54 lines
1.4 KiB
JSON
54 lines
1.4 KiB
JSON
{
|
|
"name": "dvf",
|
|
"version": "1.0.0",
|
|
"private": "true",
|
|
"description": "",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "ssh://git@gitea.raphaelpiccolo.com:10022/root/dvf.git"
|
|
},
|
|
"license": "ISC",
|
|
"author": "Raphael Piccolo",
|
|
"type": "module",
|
|
"main": "sync.ts",
|
|
"scripts": {
|
|
"prepare": "husky",
|
|
"start": "tsx sync.ts",
|
|
"typecheck": "tsc -b"
|
|
},
|
|
"dependencies": {
|
|
"csv-parse": "^7.0.0",
|
|
"dotenv": "^17.4.2",
|
|
"find-up": "^8.0.0",
|
|
"mysql2": "^3.22.5"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^8.0.1",
|
|
"@babel/eslint-parser": "^8.0.1",
|
|
"@eslint/js": "^10.0.1",
|
|
"eslint": "^10.5.0",
|
|
"eslint-import-resolver-typescript": "^4.4.5",
|
|
"eslint-plugin-import-x": "^4.17.0",
|
|
"eslint-plugin-n": "^18.2.1",
|
|
"eslint-plugin-promise": "^7.3.0",
|
|
"eslint-plugin-raflint": "^1.4.1",
|
|
"eslint-plugin-sonarjs": "^4.1.0",
|
|
"eslint-plugin-unicorn": "^69.0.0",
|
|
"globals": "^17.7.0",
|
|
"husky": "^9.1.7",
|
|
"lint-staged": "^17.0.8",
|
|
"prettier": "^3.9.1",
|
|
"ts-api-utils": "^2.5.0",
|
|
"tsx": "^4.22.4",
|
|
"typescript": "^6.0.3",
|
|
"typescript-eslint": "^8.62.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=21.0.0"
|
|
},
|
|
"allowScripts": {
|
|
"unrs-resolver": true,
|
|
"esbuild": true
|
|
}
|
|
}
|