21 lines
446 B
JSON
Executable File
21 lines
446 B
JSON
Executable File
{
|
|
"name": "cryps-ops",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"migrate": "knex migrate:latest",
|
|
"migrate:make": "knex migrate:make --",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "UNLICENSED",
|
|
"dependencies": {
|
|
"ascii-tree": "^0.3.0",
|
|
"cli-ascii-tree": "0.0.4",
|
|
"inquirer": "^6.2.0",
|
|
"knex": "^0.15.2",
|
|
"pg": "^7.4.3"
|
|
}
|
|
}
|