-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.84 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
65
66
{
"name": "tibber-express-utils",
"version": "3.3.6",
"description": "",
"main": "./dist/src/index.js",
"scripts": {
"test": "jest --verbose",
"test-single": "jest --verbose jsonDelete.spec.ts",
"lint": "gts lint",
"clean": "gts clean",
"compile": "tsc",
"fix": "gts fix && sortier \"./**/*.{ts,tsx,js,jsx}\"",
"prepare": "yarn run compile && husky install",
"pretest": "yarn run compile",
"posttest": "yarn run lint",
"release": "semantic-release",
"release:local": "dotenv semantic-release",
"release:preview": "npm pack --dry-run --json --loglevel=silent",
"cz": "git status && cz",
"cz:all": "git add . && git status && cz",
"cz:init": "commitizen init cz-conventional-changelog --yarn --dev --exact"
},
"files": [
"/dist/src"
],
"author": "",
"license": "ISC",
"devDependencies": {
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"@types/express": "^4.17.13",
"@types/jest": "^28.1.6",
"@types/node": "^18.7.2",
"@types/supertest": "^2.0.12",
"commitizen": "^4.2.5",
"conventional-commits": "^1.6.0",
"cz-conventional-changelog": "^3.3.0",
"dotenv-cli": "^6.0.0",
"eslint-plugin-jest": "^26.8.2",
"eslint-plugin-node": "^11.1.0",
"express": "^4.18.1",
"gts": "^4.0.0",
"husky": "^8.0.1",
"jest": "^28.1.3",
"lint-staged": "^13.0.3",
"postcss": "^8.4.38",
"semantic-release": "^23.0.8",
"sortier": "^2.0.2",
"supertest": "^7.0.0",
"ts-jest": "^28.0.7",
"typescript": "^4.7.4",
"yarn-upgrade-all": "^0.7.1"
},
"dependencies": {
"es6-error": "^4.1.1"
},
"repository": {
"type": "git",
"url": "https://github.com/tibber/tibber-express-utils.git"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}