-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
63 lines (63 loc) · 1.53 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
61
62
63
{
"name": "trntxt",
"version": "3.1.0",
"description": "A data-friendly train times service for Great Britain",
"homepage": "https://trntxt.uk",
"scripts": {
"postinstall": "gulp copy",
"build": "gulp build",
"compile": "tsc",
"develop": "gulp",
"start": "node dist/app.js",
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git://github.com/danielthepope/trntxt.git"
},
"bugs": {
"url": "https://github.com/danielthepope/trntxt/issues"
},
"author": {
"name": "Daniel Pope",
"url": "https://www.dpope.uk"
},
"license": "MIT",
"private": true,
"dependencies": {
"cors": "^2.8.5",
"csv-string": "^4.1.0",
"express": "^4.17.3",
"extend": "^3.0.2",
"gm": "^1.23.1",
"jstransformer-uglify-js": "^1.2.0",
"pug": "^3.0.2",
"soap": "^0.43.0",
"tmp": "^0.2.1",
"typescript": "^4.6.3",
"yamljs": "^0.3.0"
},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/extend": "^3.0.1",
"@types/gm": "^1.18.11",
"@types/node": "^16.11.27",
"@types/pug": "^2.0.6",
"@types/request": "^2.48.8",
"@types/sax": "^1.2.4",
"@types/tmp": "^0.2.3",
"@types/yamljs": "^0.2.31",
"chai": "^4.3.6",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-develop-server": "^0.5.2",
"gulp-mocha": "^8.0.0",
"gulp-pug": "^5.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-typescript": "^5.0.1",
"gulp-uglify": "^3.0.2",
"mocha": "^9.2.2",
"pump": "^3.0.0",
"zombie": "^6.1.4"
}
}