-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.43 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "aeroide",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"preinstall": "npx only-allow pnpm",
"prepare": "husky",
"commit": "cz",
"commitlint": "commitlint --edit",
"start": "turbo run watch",
"build": "turbo run build",
"lint": "turbo run lint",
"fix": "turbo run fix",
"format": "prettier --write \"./**/*.{js,jsx,mjs,cjs,ts,tsx,json}\"",
"clean": "turbo run clean",
"package": "turbo run package",
"publish": "turbo run publish",
"test": "turlo run test",
"test:coverage": "pnpm run link && turbo run test:coverage",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
},
"keywords": [],
"author": "Jiyu Shao <jiyu.shao@gmail.com>",
"license": "MIT",
"packageManager": "pnpm@7.33.6+sha512.90e27fd38047f18583f3342f784cc3f187f4d4caac89ebc1fffae18dcd7b2dde7678a0bf237481bcb8f7e8e66135fa34803856e4eb2c442ce082ffab5d9d241f",
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@commitlint/cz-commitlint": "^19.2.0",
"@types/node": "^20.12.11",
"commitizen": "^4.3.0",
"conventional-changelog-cli": "^5.0.0",
"globals": "^15.1.0",
"husky": "^9.0.11",
"inquirer": "^9.2.20",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"turbo": "^2.0.14",
"typescript": "^5.4.5"
}
}