-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
41 lines (41 loc) · 965 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
38
39
40
41
{
"name": "indian-rail-api",
"version": "2.0.5",
"description": "Unofficial Indian Rail Api",
"main": "app.js",
"type": "module",
"scripts": {
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1",
"commit": "git-cz",
"semantic-release": "semantic-release --branches main"
},
"repository": {
"type": "git",
"url": "https://github.com/AniCrad/indian-rail.git"
},
"keywords": [
"Dojeto",
"indian-rail",
"indian-rail-api",
"rail-api"
],
"author": "Dojeto",
"license": "MIT",
"bugs": {
"url": "https://github.com/AniCrad/indian-rail/issues"
},
"homepage": "https://github.com/AniCrad/indian-rail#readme",
"dependencies": {
"request-promise": "^4.2.6"
},
"devDependencies": {
"cz-conventional-changelog": "^3.3.0",
"semantic-release": "^19.0.5"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}