-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.1 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
{
"name": "twinte-parser",
"version": "2.3.0",
"description": "Twinte内部で使用するために開発されたKdBパーサ",
"private": false,
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "SIY1121",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/twin-te/twinte-parser.git"
},
"files": [
"dist"
],
"bin": {
"twinte-parser": "dist/app.js"
},
"scripts": {
"run": "ts-node src/app.ts",
"prepare": "tsc",
"build": "tsc"
},
"devDependencies": {
"@types/cli-progress": "^1.8.1",
"@types/node": "^12.6.2",
"@typescript-eslint/eslint-plugin": "^1.11.0",
"@typescript-eslint/parser": "^1.11.0",
"eslint": "^6.0.1",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-prettier": "^3.1.0",
"prettier": "^2.2.1",
"typescript": "^4.1.3",
"ts-node": "^9.1.1"
},
"dependencies": {
"axios": "^0.21.1",
"axios-cookiejar-support": "^1.0.1",
"command-line-args": "^5.1.1",
"csv": "^5.1.1",
"iconv-lite": "^0.5.0",
"tough-cookie": "^4.0.0",
"xlsx": "^0.16.9"
}
}