-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
64 lines (64 loc) · 1.98 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "@alferpal/change-this-please",
"version": "1.0.0",
"description": "change-this-please",
"scripts": {
"build": "tsc --build tsconfig-src.json",
"clean": "rimraf dist",
"commit": "git-cz",
"lint": "eslint --ext .ts src",
"prebuild": "npm-run-all -p clean lint",
"prerelease": "npm t",
"prestart": "npm run build",
"pretest": "npm run build",
"release": "standard-version -s",
"start": "",
"//test": "jest",
"updateCOC": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'",
"updateContrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'"
},
"repository": {
"type": "git",
"url": "[email protected]:alferpal/change-this-please.git"
},
"homepage": "https://github.com/alferpal/change-this-please",
"bugs": "https://github.com/alferpal/change-this-please/issues",
"keywords": [],
"author": {
"email": "[email protected]",
"name": "Alex Ferrando",
"twitter": "alferpal",
"url": "https://github.com/alferpal"
},
"license": "Parity-7.0.0",
"dependencies": {},
"devDependencies": {
"@types/jest": "~29.5.14",
"@typescript-eslint/eslint-plugin": "~4.33.0",
"@typescript-eslint/parser": "~4.33.0",
"commitizen": "~4.3.1",
"concurrently": "~9.1.2",
"cz-conventional-changelog": "~3.3.0",
"eslint": "~7.32.0",
"eslint-config-airbnb-typescript": "~14.0.2",
"eslint-plugin-import": "~2.31.0",
"eslint-plugin-jest": "~28.11.0",
"eslint-plugin-node": "~11.1.0",
"husky": "~9.1.7",
"jest": "~29.7.0",
"npm-run-all": "~4.1.5",
"onchange": "~7.1.0",
"rimraf": "~6.0.1",
"standard-version": "~9.5.0",
"ts-jest": "~29.2.5",
"typescript": "~5.7.3",
"weallbehave": "~1.2.0",
"weallcontribute": "~1.0.9"
},
"private": true,
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}