49 lines
1.4 KiB
JSON
49 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": "server.js",
|
|
"scripts": {
|
|
"build": "gulp",
|
|
"cov": "c8 npm run test",
|
|
"jest": "SILENT=1 node --no-warnings --experimental-vm-modules ./node_modules/.bin/jest",
|
|
"prepare": "husky",
|
|
"start": "node server.js",
|
|
"test": "SILENT=1 mocha --timeout 60000 {lib,test}/**/*.test.js",
|
|
"watch": "gulp watch"
|
|
},
|
|
"dependencies": {
|
|
"csv-parse": "^6.2.1",
|
|
"dotenv": "^17.3.1",
|
|
"mysql2": "^3.20.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.29.0",
|
|
"@babel/eslint-parser": "^7.28.6",
|
|
"@eslint/js": "^9.39.4",
|
|
"eslint": "^9.39.4",
|
|
"eslint-plugin-import": "^2.32.0",
|
|
"eslint-plugin-n": "^17.24.0",
|
|
"eslint-plugin-promise": "^7.2.1",
|
|
"eslint-plugin-raflint": "^1.3.4",
|
|
"eslint-plugin-sonarjs": "^4.0.2",
|
|
"eslint-plugin-unicorn": "^64.0.0",
|
|
"globals": "^17.4.0",
|
|
"husky": "^9.1.7",
|
|
"lint-staged": "^16.4.0",
|
|
"prettier": "^3.8.1",
|
|
"ts-api-utils": "^2.5.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=21.0.0"
|
|
}
|
|
}
|