-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 954 Bytes
/
package.json
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
31
32
33
{
"name": "@kgen/monorepo",
"private": true,
"version": "1.0.0",
"description": "A Node.js project generator.",
"scripts": {
"build:all": "pnpm -r build",
"release": "pnpm build:all && pnpm changeset && pnpm changeset version"
},
"devDependencies": {
"@changesets/cli": "^2.25.2",
"@types/fs-extra": "^9.0.13",
"@types/glob": "^8.0.0",
"@types/prompts": "^2.4.1",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"eslint": "^7.32.0 || ^8.2.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.7.1",
"typescript": "^4.8.4",
"npm-run-all": "^4.1.5"
},
"author": "Sam Zhang",
"type": "module",
"license": "MIT",
"dependencies": {
"@kgen/core": "workspace:*"
}
}