-
Notifications
You must be signed in to change notification settings - Fork 96
/
package.json
executable file
·39 lines (39 loc) · 1.01 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": "@skillnull/device-js",
"version": "2.1.6",
"description": "Get device information by javascript.",
"main": "dist/device",
"author": "skillnull",
"keywords": [
"DeviceJS",
"Device",
"device-js",
"skillnull",
"SKILL.NULL"
],
"scripts": {
"build": "rollup --config rollup.config.js --bundleConfigAsCjs"
},
"homepage": "https://github.com/skillnull/DeviceJs",
"repository": {
"type": "git",
"url": "git+https://github.com/skillnull/DeviceJs.git"
},
"bugs": {
"url": "https://github.com/skillnull/DeviceJs/issues"
},
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.24.7",
"@babel/core": "^7.24.7",
"@babel/plugin-transform-runtime": "^7.24.7",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.24.7",
"@babel/runtime": "^7.24.7",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"rollup": "^4.18.0"
}
}