-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 944 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 944 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
{
"name": "@serverless-devs/load-component",
"version": "0.0.6",
"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": "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/downloads": "workspace:^",
"@serverless-devs/utils": "workspace:^",
"axios": "^1.6.0",
"fs-extra": "^11.1.0",
"lodash": "^4.17.21",
"semver": "^7.5.4"
},
"devDependencies": {
"@types/fs-extra": "^11.0.1",
"@types/lodash": "^4.14.195",
"@types/semver": "^7.5.0"
}
}