-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.04 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
36
37
{
"name": "typescript-starter",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint . --ext ts,tsx",
"lint-and-fix": "eslint . --ext ts,tsx --fix",
"sls": "serverless"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Myreage/typescript-starter.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Myreage/typescript-starter/issues"
},
"homepage": "https://github.com/Myreage/typescript-starter#readme",
"devDependencies": {
"@types/aws-lambda": "^8.10.101",
"@types/jest": "^28.1.3",
"@typescript-eslint/eslint-plugin": "^5.26.0",
"@typescript-eslint/parser": "^5.26.0",
"aws-lambda": "^1.0.7",
"eslint": "^8.16.0",
"eslint-config-prettier": "^8.5.0",
"prettier": "^2.6.2",
"serverless": "^3.19.0",
"serverless-bundle": "^5.3.0",
"serverless-dotenv-plugin": "^4.0.1",
"serverless-offline": "^8.8.0",
"typescript": "^4.6.4"
}
}