-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.55 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.55 KB
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
{
"name": "nativenode",
"version": "0.0.0",
"private": true,
"config": {
"commitizen": {
"path": "./node_modules/cz-lerna-changelog"
}
},
"scripts": {
"bootstrap": "lerna bootstrap",
"build": "cli-tasks build",
"build:ci": "cli-tasks build:ci",
"commit": "cli-tasks commit",
"exec:devops": "ts-node binaries/devops/src/index.ts",
"lerna": "lerna",
"prepare": "lerna bootstrap",
"release": "cli-tasks release",
"release:canary": "cli-tasks release:canary",
"release:pre": "cli-tasks release:pre",
"setup:git": "cli-tasks setup-git",
"setup:ssh": "cli-tasks setup-ssh",
"start": "cli-tasks start",
"task": "cli-tasks",
"test": "cli-tasks test",
"test:ci": "cli-tasks test:ci",
"upgrade": "cli-tasks upgrade"
},
"devDependencies": {
"@nofrills/tasks": "next",
"@types/chai": "^4.2.11",
"@types/chai-as-promised": "~7.1.2",
"@types/mocha": "^7.0.2",
"@types/node": "^12.0.0",
"chai": "~4.2.0",
"chai-as-promised": "~7.1.1",
"commitizen": "^4.1.2",
"coveralls": "^3.1.0",
"cz-lerna-changelog": "~2.0.2",
"lerna": "^3.22.1",
"mocha": "^7.2.0",
"mustache": "^4.0.1",
"nyc": "^15.1.0",
"prettier": "^2.0.5",
"reflect-metadata": "^0.1.13",
"rimraf": "~3.0.2",
"source-map-support": "^0.5.19",
"ts-node": "^8.10.2",
"tslint": "^6.1.2",
"tslint-config-prettier": "^1.18.0",
"tslint-config-standard": "~9.0.0",
"tslint-no-unused-expression-chai": "~0.1.4",
"typescript": "^3.9.5"
},
"year": 2020
}

