{ "name": "doc-generator-asyncapi", "version": "0.0.0", "private": true, "description": "root package definition", "main": "", "scripts": { "lint": "./node_modules/.bin/eslint ./src/**/*/*.* -f codeframe", "validate": "pnpm run prettier --list-different && npm run lint", "license:check": "pnpm run -r --no-bail license:check:audit", "test": "pnpm run --sort --no-bail test", "build": "pnpm run --sort --no-bail build", "clean:tree": "git clean -idx" }, "author": "nitschneiderd@gmail.com", "license": "MIT", "dependencies": {}, "devDependencies": { "@jest/globals": "29.6.4", "@types/jest": "29.5.4", "@types/node": "~20.0", "jest": "29.6.4", "jest-junit": "16.0.0", "ts-jest": "29.1.1", "ts-node": "10.9.1", "typescript": "5.2.2", "license-report": "6.5.0" }, "publishConfig": {} }