-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.25 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
45
46
47
48
49
50
51
{
"name": "wsdot-traveler-info",
"version": "2.0.0-alpha.1",
"description": "Client for WSDOT Traveler Info API",
"main": "TravelerInfoClient.js",
"types": "TravelerInfoClient.d.ts",
"directories": {
"test": "spec",
"lib": "dist"
},
"scripts": {
"prepare": "npm run build",
"build": "npm run build:tsc && node scripts/copyDtsFiles.js",
"build:tsc": "tsc",
"test": "c8 jasmine"
},
"files": [
"dist"
],
"keywords": [
"WSDOT",
"traveler",
"traffic",
"info",
"information"
],
"repository": {
"type": "git",
"url": "git+https://github.com/wsdot-gis/wsdot-traveler-info-js.git"
},
"author": "WSDOT",
"license": "Unlicense",
"devDependencies": {
"@types/geojson": "7946.0.10",
"@types/jasmine": "^4.3.1",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
"c8": "^7.13.0",
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0",
"fs-extra": "^11.1.1",
"jasmine": "^4.6.0",
"prettier": "^2.8.8",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
},
"bugs": {
"url": "https://github.com/wsdot-gis/wsdot-traveler-info-js/issues"
},
"homepage": "https://github.com/wsdot-gis/wsdot-traveler-info-js#readme"
}