-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
55 lines (55 loc) · 1.59 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
{
"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": "9.13.0",
"@types/archiver": "6.0.2",
"@types/fs-extra": "11.0.4",
"@types/inquirer": "9.0.7",
"@types/node": "20.16.13",
"@types/sqlite3": "3.1.11",
"@types/xml": "1.0.11",
"commit-and-tag-version": "12.5.0",
"eslint": "9.13.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"prettier": "3.3.3",
"ts-node": "10.9.2",
"typescript": "5.6.3",
"typescript-eslint": "8.10.0"
},
"dependencies": {
"archiver": "7.0.1",
"fs-extra": "11.2.0",
"inquirer": "12.0.0",
"pad": "3.3.0",
"rimraf": "6.0.1",
"sql-template-strings": "2.2.2",
"sqlite": "5.1.1",
"sqlite3": "5.1.7",
"xml": "1.0.1"
}
}