-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 870 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 870 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"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": {}
}