forked from anomalyco/sst
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 995 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 995 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
39
40
41
{
"name": "@serverless-stack/core",
"version": "0.40.6",
"homepage": "https://serverless-stack.com",
"description": "Core of Serverless Stack.",
"main": "dist/index.js",
"author": {
"name": "Anomaly Innovations",
"url": "https://anoma.ly"
},
"repository": {
"type": "git",
"url": "https://github.com/serverless-stack/serverless-stack.git",
"directory": "packages/core"
},
"license": "MIT",
"publishConfig": {
"access": "public"
},
"dependencies": {
"aws-cdk": "1.114.0",
"aws-sdk": "^2.761.0",
"chalk": "^4.1.0",
"cross-spawn": "^7.0.3",
"dotenv": "^10.0.0",
"dotenv-expand": "^5.1.0",
"fs-extra": "^9.0.1",
"log4js": "^6.3.0"
},
"gitHead": "ef4db05a8b92a136204e65a70474ab529e55dbe6",
"devDependencies": {
"@tsconfig/node10": "^1.0.8",
"@tsconfig/node14": "^1.0.1",
"typescript": "^4.3.5"
},
"scripts": {
"build": "tsc",
"clean": "rm -rf dist",
"prepare": "yarn run build"
}
}