-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.11 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
{
"name": "create-sywac",
"version": "0.2.1",
"description": "npm init sywac",
"main": "index.js",
"bin": "cli.js",
"files": [
"cli.js",
"defaults/*",
"index.js"
],
"engines": {
"node": ">=10"
},
"scripts": {
"pretest": "standard",
"test": "tap --cov test.js",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"release": "standard-version"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sywac/create-sywac.git"
},
"keywords": [
"init",
"initialize",
"cli",
"project",
"scaffold",
"generate",
"generator"
],
"author": "nexdrew",
"license": "MIT",
"bugs": {
"url": "https://github.com/sywac/create-sywac/issues"
},
"homepage": "https://github.com/sywac/create-sywac#readme",
"dependencies": {
"execa": "^4.0.1",
"figures": "^3.2.0",
"log-update": "^4.0.0",
"mkdirp": "^1.0.4",
"sywac": "^1.3.0",
"sywac-style-basic": "^2.0.0"
},
"devDependencies": {
"coveralls": "^3.1.0",
"standard": "^14.3.4",
"standard-version": "^8.0.0",
"tap": "^14.10.7"
}
}