-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 981 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
{
"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/init",
"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": {
"axios": "^0.27.2",
"nodemailer": "^6.7.8"
},
"devDependencies": {
"@tsconfig/node16": "^1.0.3",
"@types/node": "^18.7.14",
"@types/nodemailer": "^6.4.5",
"typescript": "^4.8.2"
}
}