Files
sqltoolsservice/test/CodeCoverage/package.json
Karl Burtram 022282800a Move managed parser into its own project (test code coverage) (#774)
* Created New ManagedBatchParser project in .NetStandard

* Addressing PR Comments

* Resolve 'No Repository' warning.

* Move batch parser tests to integrations test project

* Fix SLN file
2019-02-07 20:13:03 -08:00

23 lines
526 B
JSON

{
"name": "sqltoolsservice",
"version": "0.1.0",
"description": "SQL Tools Service Layer",
"main": "gulpfile.js",
"dependencies": {
"del": "^2.2.1",
"gulp": "^4.0.0",
"gulp-cli": "^2.0.1",
"gulp-hub": "frankwallis/gulp-hub#registry-init",
"gulp-install": "^0.6.0",
"request": "^2.73.0",
"through2": "^2.0.3"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/sqltoolsservice.git"
},
"author": "Microsoft",
"license": "MIT"
}