-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 944 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
{
"name": "js-polyfill-object.fromentries",
"version": "1.0.0-1",
"description": "Object.fromEntries() polyfill",
"keywords": [
"polyfill",
"object",
"fromentries",
"object.fromentries"
],
"homepage": "https://github.com/RealCoolSnow/js-polyfill-object.fromentries/blob/main/README.md",
"bugs": {
"url": "https://github.com/RealCoolSnow/js-polyfill-object.fromentries/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RealCoolSnow/js-polyfill-object.fromentries.git"
},
"license": "MIT",
"author": "CoolSnow(coolsnow2020@gmail.com)",
"main": "index.js",
"scripts": {
"lint": "npx eslint *.js",
"pub": "yarn publish",
"sort": "npx sort-package-json \"package.json\"",
"test": "npx jest"
},
"devDependencies": {
"eslint": "^5.9.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0",
"jest": "^23.6.0"
}
}