UNPKG

sedk-mysql

Version:
47 lines (46 loc) 1.3 kB
{ "name": "sedk-mysql", "version": "0.1.0", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/", "tag": "latest" }, "description": "Simple SQL builder and validator for MySQL", "private": false, "main": "dist/src/index.js", "types": "dist/src/index.d.ts", "files": [ "dist/src/**/*.d.ts", "dist/src/**/*.js", "LICENSE", "README.md" ], "repository": { "type": "git", "url": "git+https://github.com/amerharb/sedk.git" }, "homepage": "https://github.com/amerharb/sedk/tree/main/packages/sedk-mysql#sedk-mysql", "url": "https://github.com/amerharb/sedk/issues", "email": "sedk@amerharb.com", "scripts": { "start": "node dist/src/index.js", "prebuild": "rm -rf dist", "build": "tsc", "build&start": "yarn build && yarn run start", "test": "jest", "posttest": "npx make-coverage-badge --report-path coverage/coverage-summary.json --output-path badges/coverage.svg", "build&test": "yarn build && yarn test", "lint": "npx eslint . --max-warnings 0", "lint-fix": "npx eslint . --fix", "prepublishOnly": "yarn lint && yarn build && yarn test" }, "keywords": [ "SQL", "SQL Builder", "mysql", "sedk" ], "author": "Amer Harb", "license": "ISC" }