-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.01 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.01 KB
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
{
"name": "@serverless-devs/parse-spec",
"version": "0.0.30-beta.3",
"description": "a parse yaml spec lib 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": "xsahxl",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Serverless-Devs/toolkit"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"dependencies": {
"@serverless-cd/debug": "^4.3.4",
"@serverless-devs/art-template": "^4.13.16-beta.39",
"@serverless-devs/credential": "workspace:^",
"@serverless-devs/utils": "workspace:^",
"chalk": "^4.1.2",
"dotenv": "^16.2.0",
"dotenv-expand": "^10.0.0",
"extend2": "^1.0.1",
"fs-extra": "^11.1.0",
"lodash": "^4.17.21",
"js-yaml": "^4.1.0"
},
"devDependencies": {
"@types/lodash": "^4.14.195"
}
}