-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 843 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 843 Bytes
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
{
"name": "@serverless-devs/credential",
"version": "0.0.10",
"description": "credential for serverless-devs",
"main": "lib/index.js",
"scripts": {
"clean": "rimraf lib node_modules",
"build": "tsc",
"watch": "tsc -w",
"prepublishOnly": "npm run build",
"pub": "pnpm publish --no-git-checks"
},
"author": "wss-git",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Serverless-Devs/toolkit"
},
"dependencies": {
"@alicloud/pop-core": "^1.7.13",
"@serverless-devs/acc": "workspace:^",
"@serverless-devs/utils": "workspace:^",
"crypto-js": "^4.2.0",
"fs-extra": "^11.1.0",
"inquirer": "^8.2.4",
"js-yaml": "^4.1.1",
"lodash": "^4.17.21"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
}
}