goose-cli
Version:
A wrapper for the goose database migration tool.
24 lines • 440 B
JSON
{
"name": "goose-cli",
"version": "3.25.0a",
"description": "A wrapper for the goose database migration tool.",
"main": "dist/index.js",
"bin": {
"goose": "bin/goose-cli.js"
},
"keywords": [
"goose",
"database",
"migration",
"cli"
],
"author": "Gavin Moh",
"license": "MIT",
"devDependencies": {
"@types/node": "^20.14.9",
"typescript": "^5.5.2"
},
"scripts": {
"build": "tsc"
}
}