-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.02 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
{
"name": "upload-external-script-plugin",
"version": "0.1.1",
"description": "A webpack plugin for upload external script",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -r lib || true && tsc --declaration",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gzkiwiinc/upload-external-script-plugin.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/gzkiwiinc/upload-external-script-plugin/issues"
},
"homepage": "https://github.com/gzkiwiinc/upload-external-script-plugin#readme",
"files": [
"lib/**/*"
],
"devDependencies": {
"@types/ali-oss": "^6.16.2",
"@types/request-promise": "^4.1.48",
"@types/rimraf": "^3.0.2",
"typescript": "^4.5.4",
"webpack": "^5.65.0"
},
"dependencies": {
"ali-oss": "^6.16.0",
"chalk": "^4.1.2",
"request-promise": "^4.2.6",
"rimraf": "^3.0.2"
}
}