-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.25 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
{
"name": "js-edi",
"version": "0.0.0",
"description": "Next-gen EDI parser in Antlr4 grammar compiled by antlr4ts",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ahuggins-nhs/edi-parser.git"
},
"keywords": [
"edi",
"x12",
"parser"
],
"author": "Aaron Huggins",
"license": "MIT",
"bugs": {
"url": "https://github.com/ahuggins-nhs/edi-parser/issues"
},
"homepage": "https://github.com/ahuggins-nhs/edi-parser#readme",
"ts-standard": {
"ignore": [
"packages/fact/src/EdiFact*.ts",
"packages/dom/query/ElementSelector*.ts",
"packages/x12/src/EdiX12*.ts"
]
},
"devDependencies": {
"antlr4ts": "^0.5.0-alpha.4",
"@istanbuljs/nyc-config-typescript": "^1.0.1",
"@types/gulp": "^4.0.8",
"@types/mocha": "^8.2.1",
"@types/node": "^14.14.31",
"antlr4ts-cli": "^0.5.0-alpha.4",
"del": "^6.0.0",
"eslint": "^7.21.0",
"gulp": "^4.0.2",
"gulp-shell": "^0.8.0",
"lerna": "^4.0.0",
"mocha": "^8.3.0",
"nyc": "^15.1.0",
"source-map-support": "^0.5.19",
"ts-node": "^9.1.1",
"ts-standard": "^10.0.0",
"typescript": "^4.2.2"
}
}