-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 895 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
{
"name": "random-color-generator",
"version": "1.0.5",
"description": "Select any elements to give them a random fill.",
"homepage": "https://github.com/craigmdennis/figma-random-color/blob/master/README.md",
"bugs": "https://github.com/craigmdennis/figma-random-color/issues",
"repository": {
"type" : "git",
"url" : "https://github.com/craigmdennis/figma-random-color.git"
},
"main": "code.js",
"dependencies": {
"chroma-js": "^2.1.0"
},
"devDependencies": {
"css-loader": "^3.4.2",
"ts-loader": "^6.2.1",
"typescript": "^3.8.3",
"url-loader": "^4.0.0",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11"
},
"scripts": {
"watch": "npx webpack --mode=development --watch",
"build": "npx webpack --mode=production",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Craig Dennis",
"license": "ISC"
}