-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
31 lines (31 loc) · 860 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
{
"name": "@jingwood/input-control",
"version": "1.1.1",
"main": "dist/controller.js",
"files": [
"/dist"
],
"scripts": {
"test": "parcel html/test.html",
"start": "parcel html/test.html -p 8004",
"build": "npx babel src -d dist --verbose"
},
"repository": "https://github.com/jingwood/js-input-control.git",
"author": "Jingwood <[email protected]>",
"license": "MIT",
"dependencies": {
"@babel/preset-env": "^7.18.9",
"@babel/runtime": "^7.9.2"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-object-rest-spread": "^7.9.5",
"@babel/plugin-transform-runtime": "^7.9.0",
"parcel": "^2.6.2"
},
"bugs": {
"url": "https://github.com/jingwood/js-input-control/issues"
},
"homepage": "https://github.com/jingwood/js-input-control"
}