-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.16 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.16 KB
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
{
"name": "@distributed/cherangi",
"version": "1.1.15",
"description": "A small javascript library that helps you find the name of a color (Over 18K 🎨 color names).",
"license": "MIT",
"keywords": [
"color",
"rgb",
"hex",
"input",
"cli",
"cli-app",
"colorname"
],
"publishConfig": {
"access": "public"
},
"homepage": "https://github.com/distributedvc/cherangi",
"author": "Amin Shariati",
"repository": "distributedvc/cherangi",
"bin": "cli.js",
"files": [
"index.js",
"cli.js"
],
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"release": "yarn test && standard-version && git push --follow-tags && npm publish",
"test": "standard && mocha"
},
"devDependencies": {
"eslint": "^8.57.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-standard": "^5.0.0",
"mocha": "^10.3.0",
"standard": "^17.1.0",
"standard-version": "^9.5.0"
},
"dependencies": {
"color-name-list": "10.19.0",
"taketalk": "^1.0.0"
},
"packageManager": "yarn@4.1.0"
}