-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.29 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
46
47
48
{
"name": "@turtle-express/monorepo",
"description": "",
"version": "0.0.0",
"private": true,
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/mm-ninja-turtles/turtle-express.git"
},
"bugs": {
"url": "https://github.com/mm-ninja-turtles/turtle-express/issues"
},
"homepage": "https://github.com/mm-ninja-turtles/turtle-express#readme",
"keywords": [
"express",
"express-framework",
"turtle-express",
"turtle"
],
"scripts": {
"build": "pnpm --filter turtle-express run build",
"build:watch": "pnpm --filter turtle-express run build:watch",
"update:pkg": "ncu -i --format group",
"prepublishOnly": "pnpm -w run build",
"commit": "git add -A && cz"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-emojii-conventional-changelog"
}
},
"devDependencies": {
"@changesets/cli": "^2.24.2",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"commitizen": "^4.2.5",
"cz-emojii-conventional-changelog": "^0.0.0-semantically-released.0",
"eslint": "^8.20.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.4",
"eslint-plugin-promise": "^6.0.0",
"prettier": "^2.7.1",
"typescript": "^4.7.4"
}
}