-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 964 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
{
"name": "@reacti0n/rtools",
"version": "0.0.4",
"description": "前端工具库 for Reacti0n",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"copy": "copy .\\package.json .\\dist && copy .\\README.md .\\dist",
"build": "rollup -c && npm run copy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Reacti0n/RTools-FE.git"
},
"keywords": [
"rtools",
"quick-dev"
],
"author": "Reacti0n",
"license": "ISC",
"bugs": {
"url": "https://github.com/Reacti0n/RTools-FE/issues"
},
"browser": "dist/index.ts",
"homepage": "https://github.com/Reacti0n/RTools-FE#readme",
"devDependencies": {
"commander": "^6.2.0",
"rollup": "^2.34.2",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-typescript": "^1.0.1",
"shelljs": "^0.8.4",
"tslib": "^2.0.3",
"typescript": "^4.1.2"
}
}