UNPKG

@dpapejs/emysql

Version:

🛠️ Based on the basic secondary package of `mysql`, the pursuit of creating a simple and easy to use `mysql-ORM` library.

54 lines (53 loc) 1.41 kB
{ "name": "@dpapejs/emysql", "version": "1.2.6", "description": "🛠️ Based on the basic secondary package of `mysql`, the pursuit of creating a simple and easy to use `mysql-ORM` library.", "main": "lib/index.js", "scripts": { "preinstall": "npx only-allow npm", "package": "tsc --declaration --emitDeclarationOnly && node ./build/compile.js", "doc": "npm run -C ./doc dev", "doc:build": "npm run -C ./doc build", "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 1", "test": "jest --coverage", "prepare": "husky" }, "repository": { "type": "git", "url": "https://gitee.com/osdpape/e-mysql.git" }, "homepage": "http://emysql.dpapejs.cn/", "keywords": [ "MYSQL", "DPAPEJS", "ORM", "nodejs", "mysql-orm" ], "files": [ "lib" ], "author": "jieyang;damon;", "license": "MIT", "devDependencies": { "@commitlint/cli": "^19.6.0", "@commitlint/config-conventional": "^19.6.0", "@dpapejs/node-utils": "^0.1.0", "@types/jest": "^27.5.2", "@types/node": "^16.4.10", "conventional-changelog-cli": "^5.0.0", "esbuild": "^0.21.3", "husky": "^9.1.7", "jest": "^27.5.1", "only-allow": "^1.2.1", "ts-jest": "^27.1.3" }, "husky": { "hooks": { "commit-msg": "commitlint -E HUSKY_GIT_PARAMS," } }, "dependencies": { "mysql2": "^3.14.1" } }