-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 839 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
{
"name": "colorpicker.js",
"version": "1.3.2",
"license": "Apache-2.0",
"author": "Philipp König",
"homepage": "https://blockbyte.de",
"repository": {
"type": "git",
"url": "https://github.com/Kiuryy/Colorpicker"
},
"scripts": {
"init": "npm install",
"release": "ncu -u --packageFile package.json && npm install && node build.js",
"scss": "node-sass --source-map true -o src/css src/scss"
},
"devDependencies": {
"concat": "^1.0.3",
"create-file": "^1.0.1",
"del": "^7.0.0",
"eslint": "^8.45.0",
"fs-extra": "^11.1.1",
"glob-concat": "^1.0.3",
"html-minifier": "^4.0.0",
"jsonminify": "^0.4.2",
"sass": "^1.64.1",
"npm-check-updates": "^16.10.16",
"read-file": "^0.2.0",
"request": "^2.88.2",
"terser": "^5.19.2",
"zip-dir": "^2.0.0"
}
}