-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 946 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 946 Bytes
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
{
"name": "methods-util",
"version": "0.6.6",
"description": "javascript utils for the browser and node.js",
"main": "index.js",
"types": "methods-util.d.ts",
"typings": "./methods-util.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "cross-env NODE_ENV=production rollup -c -m"
},
"repository": "lang1427/js-methods-util",
"keywords": [
"javascript",
"ECMA2015"
],
"author": "Wei Zhixiang",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.18.2",
"@babel/preset-env": "^7.18.2",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^15.1.0",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"cross-env": "^7.0.3",
"rollup": "^2.67.0",
"rollup-plugin-auto-external": "^2.0.0",
"rollup-plugin-bundle-size": "^1.0.3",
"rollup-plugin-terser": "^7.0.2"
},
"sideEffects": false
}