UNPKG

@xsyx/nobatis

Version:
50 lines (49 loc) 1.18 kB
{ "name": "@xsyx/nobatis", "version": "1.2.4", "description": "mybatis for node", "main": "dist/index.js", "scripts": { "start": "node test/index.js", "publish": "npm run build & npm publish", "build": "gulp compile" }, "keywords": [ "node", "mybatis" ], "author": "chenkuan", "license": "ISC", "dependencies": { "mysql": "^2.16.0", "orm": "^3.2.4" }, "directories": { "test": "test" }, "devDependencies": { "@babel/core": "^7.2.2", "@babel/preset-env": "^7.2.3", "babel-preset-es2015": "^6.24.1", "babel-preset-react": "^6.24.1", "babel-preset-stage-0": "^6.24.1", "browserify": "^16.2.3", "gulp": "^4.0.0", "gulp-babel": "^8.0.0", "gulp-cli": "^2.0.1", "gulp-concat": "^2.6.1", "gulp-cssnano": "^2.1.3", "gulp-rename": "^1.4.0", "gulp-uglify": "^3.0.1", "gulp-uglyfly": "^1.4.2", "vinyl-source-stream": "^2.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/MRchenkuan/nobatis.git" }, "bugs": { "url": "https://github.com/MRchenkuan/nobatis/issues" }, "homepage": "https://github.com/MRchenkuan/nobatis#readme" }