-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 969 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 969 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
34
35
36
37
38
{
"name": "@serverless-devs/registry",
"version": "0.0.12-beta.7",
"description": "request 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"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"dependencies": {
"@serverless-devs/utils": "workspace:^",
"@serverless-devs/zip": "workspace:^",
"@serverless-devs/art-template": "4.13.16-beta.39",
"ajv": "^8.12.0",
"chalk": "^5.3.0",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"opn": "^6.0.0",
"random-string": "^0.2.0",
"yaml": "^2.6.1"
},
"devDependencies": {
"@types/random-string": "^0.0.28"
}
}