-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.84 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
52
53
54
55
56
57
58
59
60
{
"name": "sygic-travel-js-sdk",
"version": "1.2.5",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/sygic-travel/js-sdk"
},
"license": "MIT",
"scripts": {
"dev": "webpack-dev-server",
"build": "webpack --config ./webpack.prod.config.js",
"build-debug": "webpack --config ./webpack.debug.config.js",
"test": "TS_NODE_COMPILER_OPTIONS='{ \"module\": \"commonjs\" }' mocha -r ts-node/register \"src/**/*.test.ts\" --reporter \"list\" --timeout 5000",
"doc": "typedoc --mode modules --excludeExternals --exclude \"**/*+(.test).ts\" --out ./doc ./src"
},
"devDependencies": {
"@types/chai": "^4.0.10",
"@types/chai-as-promised": "^7.1.0",
"@types/geojson": "^1.0.2",
"@types/humps": "^1.1.2",
"@types/is-url-superb": "^2.0.0",
"@types/lodash.clonedeep": "^4.5.3",
"@types/mocha": "^2.2.40",
"@types/moxios": "^0.4.8",
"@types/node": "^7.0.8",
"@types/polyline": "^0.1.27",
"@types/query-string": "^4.3.1",
"@types/sinon": "^1.16.36",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"dirty-chai": "^2.0.1",
"lodash.clonedeep": "^4.5.0",
"mocha": "^4.1.0",
"optimize-js-plugin": "^0.0.4",
"sinon": "^2.1.0",
"source-map-loader": "^0.2.0",
"strip-loader": "^0.1.2",
"terser-webpack-plugin": "^1.3.0",
"ts-loader": "^6.0.4",
"ts-node": "^4.0.2",
"tslint": "^5.8.0",
"tslint-loader": "^3.6.0",
"typedoc": "^0.9.0",
"typescript": "^2.9.1",
"webpack": "^4.35.2",
"webpack-cli": "^3.3.5",
"webpack-dev-server": "^3.7.2",
"webpack-node-externals": "^1.6.0"
},
"dependencies": {
"@mapbox/geojson-extent": "^0.3.2",
"@mapbox/polyline": "^0.2.0",
"axios": "^0.18.1",
"cookies-js": "^1.2.3",
"humps": "^2.0.1",
"is-url-superb": "^2.0.0",
"query-string": "^5.0.1"
}
}