-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.41 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
38
39
40
41
42
43
44
{
"name": "nook-nws-weather",
"version": "1.0.0",
"description": "Generates a 800x600 NOAA/NWS weather status page for display on Nook Simple Touch",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"tsdgen": "node util/dtsgenerator.js",
"lint": "eslint -f unix \"src/**/*.{ts,tsx}\"",
"serve": "./node_modules/ts-node/dist/bin.js --files ./src/server.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Home-Is-Where-You-Hang-Your-Hack/Nook-weather-NWS.git"
},
"author": "ThrillerAtPlay <[email protected]>",
"license": "MIT",
"dependencies": {
"@types/ejs": "^3.0.6",
"@types/express": "^4.17.12",
"@types/luxon": "^1.26.5",
"@types/node": "^15.6.1",
"@types/superagent": "^4.1.11",
"@typescript-eslint/eslint-plugin": "^4.26.0",
"@typescript-eslint/parser": "^4.26.0",
"ejs": "^3.1.7",
"express": "^4.17.1",
"luxon": "^1.27.0",
"superagent": "^6.1.0",
"ts-node": "^10.0.0",
"typescript": "^4.3.2"
},
"devDependencies": {
"dtsgenerator": "^3.12.1",
"eslint": "^7.27.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsdoc": "^35.1.2",
"eslint-plugin-tsdoc": "^0.2.14",
"openapi-typescript": "^3.3.1",
"typescript-eslint": "^0.0.1-alpha.0",
"weather-icons": "^1.3.2"
}
}