-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 983 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
{
"name": "timmyflights",
"version": "1.0.0",
"description": "Notification API for being alerted when a publicly trackable aircraft flies over a user",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node dist/index.js",
"compile": "tsc && bash ./scripts/copyPackageJSON.sh && cd ./dist && npm ci --omit=dev && bash ./../scripts/zip.sh"
},
"repository": {
"type": "git",
"url": "TODO git+https://github.com/tim-stephenson/TimmyFlights.git"
},
"author": "Timothy Stephenson",
"license": "GPL-3.0+",
"bugs": {
"url": "TODO https://github.com/tim-stephenson/TimmyFlights/issues"
},
"homepage": "TODO https://github.com/tim-stephenson/TimmyFlights#readme",
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.154.0",
"@aws-sdk/lib-dynamodb": "^3.154.0"
},
"devDependencies": {
"@tsconfig/node16": "^1.0.3",
"@types/node": "^18.7.13",
"typescript": "^4.8.2"
}
}