-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 956 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
{
"name": "typedefs-js",
"version": "1.0.5",
"description": "",
"unpkg": "dist/typedefs.min.js",
"main": "dist/typedefs.min.js",
"repository": {
"type": "git",
"url": "git+https://github.com/typedefs/typedefs.js.git"
},
"files": [
"dist/typedefs.min.js"
],
"scripts": {
"bundle": "rollup -c",
"prepare": "npm run bundle"
},
"keywords": [
"typedefs"
],
"author": "",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/typedefs/typedefs.js/issues"
},
"homepage": "https://github.com/typedefs/typedefs.js#readme",
"devDependencies": {
"@babel/core": "^7.8.7",
"@babel/preset-env": "^7.8.7",
"rollup": "^2.0.0",
"rollup-plugin-analyzer": "^3.2.2",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-size-snapshot": "^0.11.0",
"rollup-plugin-terser": "^5.2.0"
}
}