-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.3 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
{
"name": "code-concierge",
"version": "1.1.0",
"main": "src/index.js",
"author": "Konstantin Knyazev <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sckv/code-concierge.git"
},
"bugs": {
"url": "https://github.com/sckv/code-concierge/issues"
},
"keywords": [
"nodejs",
"setup",
"config"
],
"directories": {
"bin": "bin",
"lib": "src"
},
"files": [
"bin",
"src"
],
"scripts": {
"release": "semantic-release -e ./.releaserc.json"
},
"dependencies": {
"@semantic-release/commit-analyzer": "^10.0.4",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^9.2.3",
"@types/jest": "^29.5.8",
"@types/node": "^17.0.35",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"conventional-changelog-conventionalcommits": "^7.0.2",
"eslint": "^8.53.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jest": "^27.6.0",
"husky": "^7.0.4",
"jest": "^29.7.0",
"lint-staged": "^13.0.3",
"prettier": "^3.0.3",
"reflect-metadata": "^0.1.13",
"semantic-release": "^22.0.7",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"ts-node-dev": "^2.0.0",
"typescript": "^5.2.2"
}
}