-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.13 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
{
"name": "lcms_connector",
"version": "1.0.1",
"description": "Extract data from LCMS and publish it either to a folder or Kafka.",
"main": "index.js",
"scripts": {
"build": "npm run build:server && npm run build:gui",
"build:server": "./node_modules/.bin/tsc -p .",
"build:gui": "cd gui && npm run build",
"start": "node ./bin/run.js -e \"Driver-EU\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"lcms_connector": "./bin/run.js"
},
"author": "Erik Vullings <erik.vullings@gmail.com>",
"license": "MIT",
"dependencies": {
"@types/lodash": "^4.14.123",
"bluebird": "^3.5.4",
"command-line-args": "^5.1.1",
"command-line-usage": "^5.0.5",
"express": "^4.16.4",
"lodash": "4.17.11",
"node-test-bed-adapter": "0.8.6",
"pretty-data": "^0.40.0",
"proj4": "^2.5.0",
"proj4js": "^10.0.0",
"puppeteer": "^1.14.0",
"request": "^2.88.0",
"yn": "^3.1.0"
},
"devDependencies": {
"@types/geojson": "^7946.0.7",
"@types/node": "^10.14.6",
"@types/proj4": "^2.5.0",
"@types/request": "^2.48.1",
"typescript": "^3.4.5"
}
}