-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 947 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
{
"name": "base16-builder-node",
"version": "1.2.1",
"description": "Base16 Builder, implemented in Node JS",
"bin": {
"base16": "./bin/base16-cli.js"
},
"main": "cli.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"preferGlobal": true,
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/tinted-theming/base16-builder-node"
},
"bugs": {
"url": "https://github.com/tinted-theming/base16-builder-node/issues"
},
"keywords": [
"base16",
"base24",
"base16-builder",
"base24-builder"
],
"files": [
"lib/**",
"bin/**"
],
"author": "Josh Goebel <hello@joshgoebel.com>",
"contributors": [
"Richard Neil Ilagan <me@richardneililagan.com>"
],
"license": "MIT",
"dependencies": {
"commander": "^9.3.0",
"js-yaml": "^4.0.0",
"mkdirp": "^1.0.4",
"mustache": "^4.2.0",
"shelljs": "^0.8.4"
}
}