-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 993 Bytes
/
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
{
"name": "sywac-style-basic",
"version": "2.0.0",
"description": "Basic color styling for your sywac CLI",
"main": "index.js",
"files": [
"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/sywac-style-basic.git"
},
"keywords": [
"sywac",
"cli",
"color",
"chalk",
"basic",
"style",
"ansi"
],
"author": "nexdrew",
"license": "MIT",
"bugs": {
"url": "https://github.com/sywac/sywac-style-basic/issues"
},
"homepage": "https://sywac.io/docs/sync-config.html#style",
"dependencies": {
"chalk": "^4.0.0"
},
"devDependencies": {
"coveralls": "^3.1.0",
"standard": "^14.3.4",
"standard-version": "^8.0.0",
"sywac": "^1.3.0",
"tap": "^14.10.7"
}
}