UNPKG

859 BJSONView Raw
1{
2 "name": "colorette",
3 "version": "1.1.0",
4 "description": "Color your terminal using pure idiomatic JavaScript.",
5 "main": "index.js",
6 "types": "colorette.d.ts",
7 "scripts": {
8 "test": "nyc -r lcov testmatrix test/index.js",
9 "release": "v=$npm_package_version; git commit -am $v && git tag -s $v -m $v && git push && git push --tags && npm publish"
10 },
11 "repository": {
12 "type": "git",
13 "url": "jorgebucaran/colorette"
14 },
15 "files": [
16 "index.js",
17 "colorette.d.ts"
18 ],
19 "keywords": [
20 "colorette",
21 "terminal",
22 "styles",
23 "color",
24 "ansi"
25 ],
26 "author": "Jorge Bucaran",
27 "license": "MIT",
28 "bugs": {
29 "url": "https://github.com/jorgebucaran/colorette/issues"
30 },
31 "homepage": "https://github.com/jorgebucaran/colorette",
32 "devDependencies": {
33 "nyc": "14.1.1",
34 "testmatrix": "0.1.2"
35 }
36}