forked from Yoronex/arvisan-input-parser
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 968 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 968 Bytes
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
{
"name": "arvisan-input-parser",
"version": "2.0.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"transform": "tsc --noEmit && tsx src/index.ts",
"lint": "eslint . --ext .ts",
"lint-fix": "eslint . --ext .ts --fix"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"commander": "^12.0.0",
"neo4j-driver": "^5.19.0",
"pino": "^8.20.0",
"pino-pretty": "^11.0.0",
"stringify-object": "^5.0.0",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz"
},
"devDependencies": {
"@types/node": "^20.17.14",
"@types/stringify-object": "^4.0.5",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-plugin-import": "^2.29.1",
"tsx": "^4.7.2",
"typescript": "^5.4.5"
}
}