typescript-mysql-model
Version:
{ "version": "1.12.0", "name": "typescript-mysql-model", "description": "", "main": "index.js", "types": "index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url":
45 lines (44 loc) • 1.05 kB
JSON
{
"version": "1.12.0",
"name": "typescript-mysql-model",
"description": "",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/joelsmedberg/typescript-mysql-model.git"
},
"keywords": [
"typescript",
"mysql",
"orm",
"generate",
"class",
"interface"
],
"author": "Joel Smedberg",
"license": "MIT",
"bugs": {
"url": "https://github.com/joelsmedberg/typescript-mysql-model/issues"
},
"homepage": "https://github.com/joelsmedberg/typescript-mysql-model#readme",
"dependencies": {
"change-case": "^3.1.0",
"deep-sort-object": "^1.0.2",
"handlebars": "^4.7.6",
"knex": "^0.21.1",
"mysql": "^2.18.1",
"pluralize": "^8.0.0"
},
"devDependencies": {
"@types/handlebars": "^4.1.0",
"@types/knex": "^0.16.1",
"@types/node": "^14.0.14",
"@types/pluralize": "0.0.29",
"@types/rimraf": "^3.0.0",
"rimraf": "^3.0.2"
}
}