UNPKG

sql-source-control-follow

Version:

Simple CLI for getting SQL into source control systems.

82 lines (81 loc) 2.14 kB
{ "name": "sql-source-control-follow", "version": "2.1.21", "description": "Simple CLI for getting SQL into source control systems.", "keywords": [ "sql", "sql-server", "source-control", "git", "svn", "mercurial" ], "author": { "name": "Justin Lettau", "email": "me@justinlettau.com", "url": "http://justinlettau.com" }, "license": "MIT", "homepage": "https://github.com/fathermrsing/sql-source-control", "repository": { "type": "git", "url": "https://github.com/fathermrsing/sql-source-control" }, "bugs": { "url": "https://github.com/fathermrsing/sql-source-control/issues" }, "preferGlobal": true, "scripts": { "install-first": "npm install", "lint": "tslint -c ./tslint.json -p ./tsconfig.json", "build": "tsc -p ./tsconfig.json", "prepublishOnly": "npm run build", "release": "git push --follow-tags origin master && npm publish", "test": "nyc jasmine JASMINE_CONFIG_PATH=jasmine.json", "posttest": "nyc report --reporter=json && codecov -f coverage/*.json" }, "bin": { "ssc": "bin/ssc" }, "files": [ "bin/", "dist" ], "dependencies": { "chalk": "^2.4.1", "checksum": "^0.1.1", "cli-table": "^0.3.1", "commander": "^2.18.0", "filenamify": "^2.1.0", "fs-extra": "^7.0.0", "glob": "^7.1.3", "inquirer": "^6.2.0", "mssql": "^4.2.1", "multimatch": "^2.1.0", "ora": "^3.0.0", "tedious": "^3.0.0", "ts-util-is": "^1.1.3", "update-notifier": "^2.5.0", "xml2js": "^0.4.19" }, "devDependencies": { "@types/deepmerge": "^2.1.0", "@types/fs-extra": "^5.0.4", "@types/glob": "^7.0.0", "@types/inquirer": "^0.0.43", "@types/jasmine": "^2.8.8", "@types/mssql": "^4.0.10", "@types/multimatch": "^2.1.2", "@types/ora": "^1.3.4", "@types/xml2js": "^0.4.3", "codecov": "^3.1.0", "jasmine": "^3.2.0", "mock-fs": "^4.7.0", "nyc": "^13.0.1", "standard-version": "^4.4.0", "ts-node": "^7.0.1", "tslint": "^5.11.0", "tslint-config-unicorn-science": "^1.3.0", "typescript": "^3.0.3" } }