-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1 KB
/
package.json
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
{
"name": "cookiecutter-aws-sam-nodejs-expressjs-typescript",
"version": "0.0.5",
"description": "This project provides a comprehensive template for nodejs 10.x which can be used with the AWS SAM cli",
"scripts": {
"build": "cd scripts && tsc -p . && node ./build/build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GerbenRampaart/cookiecutter-aws-sam-nodejs-expressjs-typescript.git"
},
"keywords": [
"sam",
"cli",
"nodejs",
"expressjs",
"typescript",
"aws",
"cookiecutter"
],
"author": "Gerben Rampaart",
"license": "ISC",
"bugs": {
"url": "https://github.com/GerbenRampaart/cookiecutter-aws-sam-nodejs-expressjs-typescript/issues"
},
"homepage": "https://github.com/GerbenRampaart/cookiecutter-aws-sam-nodejs-expressjs-typescript#readme",
"devDependencies": {
"find-up": "^4.0.0",
"shelljs": "^0.8.3",
"typescript": "^3.5.3",
"chalk": "^2.4.2",
"@types/node": "10.14.13",
"@types/shelljs": "^0.8.5"
}
}