-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 942 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
{
"name": "@wayline/transformer",
"version": "1.5.28",
"description": "Simplifies messy, poorly structured data",
"main": "module.js",
"scripts": {
"build": "node build.js",
"updateconfig": "npm i cscape/wayline-config"
},
"keywords": [
"wayline",
"transit"
],
"author": "Cyberscape <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/cscape/wayline-transformer/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cscape/wayline-transformer.git"
},
"homepage": "https://github.com/cscape/wayline-transformer#readme",
"devDependencies": {
"@wayline/config": "github:cscape/wayline-config",
"axios": "^0.18.0",
"husky": "^1.3.1"
},
"dependencies": {
"fast-xml-parser": "^3.12.12",
"long": "^4.0.0"
},
"husky": {
"hooks": {
"pre-commit": "node build.js && git add module.js package.json"
}
}
}