mnml/ops/package.json
2018-09-13 17:21:49 +10:00

16 lines
273 B
JSON

{
"name": "migrations",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"knex": "^0.15.2",
"pg": "^7.4.3"
}
}