lia-mysql
Version:
JavaScript library of data standards.
57 lines (55 loc) • 1.41 kB
JSON
{
"name": "lia-mysql",
"version": "1.1.0",
"description": "JavaScript library of data standards.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "jest --config jestconfig.json --detectOpenHandles",
"format": "prettier --write \"src/**/*.ts\" ",
"lint": "eslint",
"build": "tsc",
"cindex": "ctix build --mode create --start-from ./src ",
"dindex": "npx rimraf ./src/**/*.ts.bak --max-retries=windows",
"prepare": "npm run build",
"prepublishOnly": "npm run test && npm run lint",
"preversion": "npm run lint",
"version": "npm run format && git add -A src"
},
"author": "",
"license": "ISC",
"keywords": [
"mysql",
"lia",
"core"
],
"files": [
"dist/**/*",
"dist/*",
"dist"
],
"devDependencies": {
"@types/events": "^3.0.3",
"@types/jest": "^29.5.12",
"@types/node": "^22.5.2",
"@typescript-eslint/eslint-plugin": "^8.1.0",
"@typescript-eslint/parser": "^8.1.0",
"ctix": "^2.6.1",
"eslint": "^8.46.0",
"jest": "^29.6.2",
"prettier": "^3.3.3",
"renamer": "^5.0.0",
"rimraf": "^5.0.5",
"mm": "^3.4.0",
"ts-jest": "^29.2.4",
"ts-node": "^10.9.2",
"tslib": "^2.6.2",
"typescript": "^5.5.4"
},
"dependencies": {
"@types/sqlstring": "^2.3.2",
"events": "^3.3.0",
"mysql2": "^3.3.0",
"sqlstring": "^2.3.3"
}
}