-
Notifications
You must be signed in to change notification settings - Fork 48
/
package.json
39 lines (39 loc) · 1.1 KB
/
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
{
"name": "apng-js",
"version": "1.1.4",
"description": "Parse and play animated PNG (APNG)",
"homepage": "https://github.com/davidmz/apng-js",
"repository": "davidmz/apng-js",
"main": "lib/index.js",
"types": "types/library/parser.d.ts",
"scripts": {
"build": "webpack",
"prepublish": "yarn build"
},
"author": {
"name": "David Mzareulyan",
"email": "[email protected]",
"url": "https://github.com/davidmz"
},
"license": "MIT",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "~2.27.0",
"@typescript-eslint/parser": "~2.27.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.6",
"babel-loader": "^6.4.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-env": "^1.7.0",
"css-loader": "^1.0.1",
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-standard": "^4.0.0",
"style-loader": "^0.13.2",
"typescript": "~3.8.3",
"webpack": "^1.15.0"
},
"dependencies": {}
}