-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
40 lines (40 loc) · 1.04 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
40
{
"name": "verdaccio-aliyunoss-storage",
"version": "1.0.10",
"description": "Aliyun OSS storage implementation for Verdaccio",
"keywords": [
"verdaccio",
"plugin",
"storage",
"aliyunoss"
],
"author": "daichangxin <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/daichangxin/verdaccio-aliyunoss-storage.git",
"repository": {
"type": "git",
"url": "https://github.com/daichangxin/verdaccio-aliyunoss-storage.git"
},
"bugs": {
"url": "https://github.com/daichangxin/verdaccio-aliyunoss-storage.git/issues"
},
"main": "lib/index.js",
"files": [
"lib/"
],
"dependencies": {
"@verdaccio/commons-api": "^9.6.1",
"@verdaccio/streams": "^9.6.1",
"ali-oss": "^6.9.0"
},
"devDependencies": {
"@types/ali-oss": "^6.0.5",
"@verdaccio/babel-preset": "^9.6.1",
"@verdaccio/eslint-config": "^9.3.2",
"@verdaccio/types": "^9.5.0",
"recursive-readdir": "2.2.2"
},
"scripts": {
"build": "babel src/ --out-dir lib --extensions \".ts,.tsx\""
}
}