-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 1.01 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
{
"name": "repo-cooker-monorepo",
"private": true,
"version": "0.0.1",
"license": "MIT",
"scripts": {
"commit": "./node_modules/cz-customizable/standalone.js",
"release": "repo-cooker --release",
"prepare": "echo 'prepare'",
"format": "npm run lint -- --fix",
"lint": "eslint \"**/*.js\"",
"test": "echo 'ALL GOOD'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cerebral/repo-cooker-test.git"
},
"dependencies": {},
"repo-cooker-path": "./scripts",
"devDependencies": {
"@babel/cli": "^7.21.5",
"@babel/core": "^7.22.1",
"@babel/preset-env": "^7.22.4",
"cz-customizable": "^7.0.0",
"eslint": "^8.42.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-standard": "^4.1.0",
"prettier": "^2.8.8",
"repo-cooker": "^7.3.1"
}
}