36 lines
		
	
	
		
			923 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			36 lines
		
	
	
		
			923 B
		
	
	
	
		
			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.1.0",
 | 
						|
        "dotenv": "^17.2.3",
 | 
						|
        "mysql2": "^3.15.2"
 | 
						|
    },
 | 
						|
    "devDependencies": {
 | 
						|
        "husky": "^9.1.7",
 | 
						|
        "lint-staged": "^16.2.5"
 | 
						|
    },
 | 
						|
    "engines": {
 | 
						|
        "node": ">=21.0.0"
 | 
						|
    }
 | 
						|
}
 |