-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
59 lines (59 loc) · 1.6 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
{
"name": "salutejs",
"private": true,
"description": "Tiny helpers to make scenario for Salute Assistants family on Nodejs",
"author": "Salute Frontend Team <[email protected]>",
"main": "dist/index.d.ts",
"scripts": {
"test": "lerna run test",
"lint": "lerna run lint",
"bootstrap": "lerna bootstrap",
"build": "lerna run build",
"build:w": "lerna run build:w",
"ci:prepare": "npm ci && npm run bootstrap",
"release": "auto shipit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/salute-developers/salutejs.git"
},
"bugs": {
"url": "https://github.com/salute-developers/salutejs/issues"
},
"homepage": "https://github.com/salute-developers/salutejs#readme",
"devDependencies": {
"@auto-it/conventional-commits": "11.0.5",
"@auto-it/npm": "11.0.5",
"@commitlint/cli": "11.0.0",
"@commitlint/config-conventional": "11.0.0",
"@types/jest": "26.0.22",
"@typescript-eslint/eslint-plugin": "4.14.2",
"@typescript-eslint/parser": "4.14.2",
"auto": "11.0.5",
"eslint": "7.19.0",
"eslint-config-airbnb-base": "14.2.1",
"eslint-config-prettier": "7.2.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-prettier": "3.3.1",
"husky": "4.3.8",
"jest": "26.6.3",
"lerna": "^6.6.2",
"lint-staged": "10.5.4",
"prettier": "2.2.1",
"ts-jest": "26.5.4",
"ts-node": "9.1.1",
"ts-node-dev": "1.1.6",
"typescript": "4.1.3"
},
"auto": {
"plugins": [
[
"npm",
{
"setRcToken": false
}
],
"conventional-commits"
]
}
}