-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 891 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
34
35
36
37
38
39
40
41
42
43
{
"name": "seinjs-png-compress-processor",
"version": "0.8.5",
"description": "Compress png files with webpack loaders for Sein.js.",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "npm run build && node ./test.js",
"build": "tsc",
"prepublishOnly": "npm run build"
},
"authors": [
{
"name": "dtysky",
"email": "[email protected]"
}
],
"files": [
"index.js",
"README.md"
],
"keywords": [
"Sein.js",
"Processor",
"PNG",
"Compress"
],
"license": "MIT",
"dependencies": {
"upng-js": "^2.1.0"
},
"repository": {
"type": "git",
"url": "[email protected]:SeinJS/seinjs-png-compress-processor.git"
},
"devDependencies": {
"@types/node": "^12.12.8",
"fs-extra": "^8.1.0",
"tslint": "^4.1.1",
"tslint-microsoft-contrib": "^4.0.0",
"typescript": "3.2.2"
}
}