-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 927 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
{
"name": "chalky",
"version": "1.1.4",
"description": "Like chalk.js, but smaller and with fewer features",
"main": "lib/chalky.js",
"repository": {
"type": "git",
"url": "git+https://github.com/oze4/chalky.git"
},
"scripts": {
"build": "rimraf lib && ./node_modules/.bin/rollup -c",
"prepublish": "npm run build"
},
"keywords": [
"chalk",
"nodejs",
"node",
"express",
"expressjs",
"console",
"color",
"chalkjs",
"chalky",
"console color",
"color text",
"colorsjs"
],
"author": "Matt Oestreich",
"license": "MIT",
"bugs": {
"url": "https://github.com/oze4/chalky/issues"
},
"homepage": "https://github.com/oze4/chalky#readme",
"devDependencies": {
"@rollup/plugin-commonjs": "^11.1.0",
"@rollup/plugin-node-resolve": "^7.1.3",
"rimraf": "^3.0.2",
"rollup": "^2.6.1",
"rollup-plugin-terser": "^5.3.0"
}
}