-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 939 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
34
35
36
37
{
"name": "nxtbus",
"version": "2.0.1",
"description": "JavaScript module for Transport Canberra's NXTBUS API",
"main": "dist/nxtbus.js",
"types": "dist/nxtbus.d.ts",
"type": "module",
"files": [
"./dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/opengovaus/act-nxtbus-api.git"
},
"author": "king-millez",
"license": "MIT",
"bugs": {
"url": "https://github.com/opengovaus/act-nxtbus-api/issues"
},
"scripts": {
"lint": "eslint . --fix"
},
"homepage": "https://github.com/opengovaus/act-nxtbus-api#readme",
"dependencies": {
"cheerio": "^1.0.0-rc.12",
"node-fetch": "^3.3.0"
},
"devDependencies": {
"@types/node": "^18.11.18",
"@types/node-fetch": "^2.6.2",
"@typescript-eslint/eslint-plugin": "^5.47.1",
"@typescript-eslint/parser": "^5.47.1",
"eslint": "^8.31.0",
"npm-packlist": "^7.0.4",
"typescript": "^4.9.4"
}
}