-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 912 Bytes
/
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
{
"name": "matthewkeil.com",
"version": "1.0.0",
"description": "## Project setup ``` npm install ```",
"main": "index.js",
"devDependencies": {
"@octokit/rest": "^16.34.1",
"@types/node": "^12.12.7",
"@typescript-eslint/eslint-plugin": "^2.6.1",
"@typescript-eslint/parser": "^2.6.1",
"aws-sdk": "^2.568.0",
"cloudform": "^4.1.0",
"dotenv": "^8.2.0",
"eslint": "^6.6.0",
"eslint-config-prettier": "^6.5.0",
"eslint-plugin-prettier": "^3.1.1",
"json2yaml": "^1.1.0",
"mime-types": "^2.1.24",
"prettier": "^1.17.1",
"ts-node": "^8.4.1",
"typescript": "^3.7.2"
},
"dependencies": {},
"scripts": {
"ts": "node_modules/.bin/ts-node",
"deploy": "npm run ts -- bin/deploy",
"lint": "node_modules/.bin/eslint",
"lint:core": "npm run lint -- --ext .ts aws/ bin/ --fix"
},
"keywords": [],
"author": "",
"license": "ISC"
}