mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-14 09:59:48 -05:00
* Move to devDependencies * Fail build on Component Governance alert (cherry picked from commit 3ccb3b1f2dd70a4561c515ff8612166c6c9a76b9) * update package lock * Revert "Fail build on Component Governance alert" This reverts commit 747cd06beeed5133fb383acc1d6bd6a7a458ac05.
21 lines
450 B
JSON
21 lines
450 B
JSON
{
|
|
"name": "sqltoolsservice",
|
|
"version": "0.1.0",
|
|
"description": "SQL Tools Service Layer",
|
|
"main": "gulpfile.js",
|
|
"devDependencies": {
|
|
"del": "^2.2.1",
|
|
"gulp": "^4.0.2",
|
|
"gulp-cli": "^2.3.0",
|
|
"gulp-install": "^1.1.0",
|
|
"request": "^2.73.0",
|
|
"through2": "^2.0.3"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Microsoft/sqltoolsservice.git"
|
|
},
|
|
"author": "Microsoft",
|
|
"license": "MIT"
|
|
}
|