-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
26 lines (26 loc) · 876 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
{
"name": "lasya.net",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"remove-compressed-drawings-folder": "rm -rf compressed-drawings",
"compress-images": "imagemin cropped-high-quality-drawings/* --out-dir=compressed-drawings --plugin=mozjpeg",
"prepare-images": "npm run remove-compressed-drawings-folder && npm run compress-images"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sasidhar/Lasya.net.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/sasidhar/Lasya.net/issues"
},
"homepage": "https://github.com/sasidhar/Lasya.net#readme",
"dependencies": {
"imagemin-cli": "^6.0.0",
"imagemin-mozjpeg": "^9.0.0"
}
}