-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.59 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.59 KB
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
{
"name": "ivac-sector-file",
"version": "2.2401.1",
"description": "",
"scripts": {
"test:ivac1": "ts-node ./scripts/checker.ts",
"test:aurora": "echo \"No tests found!\"",
"merge-pr": "node ./scripts/github/merge_pr.js",
"build:ivac1": "ts-node ./scripts/ivac1.ts",
"build:aurora": "ts-node ./scripts/aurora.ts",
"build": "npm run build:ivac1 && npm run build:aurora",
"parse:ivac1": "ts-node ./airac-parser/ivac1",
"parse:aurora": "ts-node ./airac-parser/common",
"aurora-prebuilt": "ts-node ./scripts/aurora-prebuilt.ts",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/ivaoth/ivac-sector-file.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ivaoth/ivac-sector-file/issues"
},
"homepage": "https://github.com/ivaoth/ivac-sector-file#readme",
"devDependencies": {
"@eslint/js": "10.0.1",
"@types/archiver": "7.0.0",
"@types/fs-extra": "11.0.4",
"@types/inquirer": "9.0.9",
"@types/node": "20.19.39",
"@types/sqlite3": "5.1.0",
"@types/xml": "1.0.11",
"commit-and-tag-version": "12.7.1",
"eslint": "10.2.1",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-prettier": "5.5.5",
"prettier": "3.8.3",
"ts-node": "10.9.2",
"typescript": "6.0.3",
"typescript-eslint": "8.59.0"
},
"dependencies": {
"archiver": "7.0.1",
"fs-extra": "11.3.4",
"inquirer": "13.4.2",
"pad": "3.3.0",
"rimraf": "6.1.3",
"sql-template-strings": "2.2.2",
"sqlite": "5.1.1",
"sqlite3": "6.0.1",
"xml": "1.0.1"
}
}