-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.53 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
{
"name": "unitejs-cli-core",
"version": "1.1.5",
"description": "Common code for UniteJS CLI apps",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/unitejs/cli-core.git"
},
"keywords": [
"unite",
"unitejs",
"cli",
"framework",
"scaffolding",
"boilerplate"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/unitejs/cli-core/issues"
},
"homepage": "https://github.com/unitejs/cli-core#readme",
"engines": {
"node": ">=8.0.0"
},
"devDependencies": {
"@types/chai": "4.1.7",
"@types/mocha": "5.2.6",
"@types/node": "11.11.3",
"@types/npm": "2.0.30",
"@types/sinon": "7.0.10",
"chai": "4.2.0",
"coveralls": "3.0.3",
"del": "3.0.0",
"fancy-log": "1.3.3",
"gulp": "3.9.1",
"gulp-coveralls": "0.1.4",
"gulp-istanbul": "1.1.3",
"gulp-mocha": "3.0.1",
"gulp-replace": "1.0.0",
"gulp-sourcemaps": "2.6.4",
"gulp-tslint": "8.1.3",
"gulp-typescript": "5.0.0",
"merge2": "1.2.3",
"minimist": "1.2.0",
"remap-istanbul": "0.13.0",
"run-sequence": "2.2.1",
"sinon": "7.2.7",
"tslint": "5.14.0",
"tslint-microsoft-contrib": "6.1.0",
"typescript": "3.3.3333"
},
"dependencies": {
"unitejs-framework": "1.0.5"
}
}