-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 851 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
{
"name": "bp-color-library",
"version": "1.1.1",
"description": "A library to get color names by their color codes.",
"main": "src/index.js",
"scripts": {
"test": "jest",
"build": "webpack",
"start": "node src/index.js"
},
"keywords": [
"color",
"hex",
"bp",
"library"
],
"author": "Bhathiya Prasad <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/bhathiyaprasad/bp-color-library.git"
},
"bugs": {
"url": "https://github.com/bhathiyaprasad/bp-color-library/issues"
},
"homepage": "https://github.com/bhathiyaprasad/bp-color-library#readme",
"dependencies": {
"lodash": "^4.17.21"
},
"devDependencies": {
"jest": "^29.2.1"
}
}