shintech-init-db
Version:
22 lines • 536 B
JSON
{
"name": "shintech-init-db",
"version": "0.0.4",
"description": "init db",
"main": "build/index.js",
"repository": "https://github.com/shintech/shintech-init-db.git",
"author": "Michael Prather",
"license": "MIT",
"scripts": {
"build": "babel -D -d build/ src/",
"prepublish": "standard && npm run build"
},
"devDependencies": {
"babel-cli": "^6.24.0",
"babel-preset-es2015-node6": "^0.4.0",
"babel-preset-latest": "^6.24.0",
"standard": "^10.0.1"
},
"engines": {
"node": ">=6"
}
}