connection-string
Version:
Advanced URL Connection String parser + generator.
54 lines (53 loc) • 1.37 kB
JSON
{
"name": "connection-string",
"version": "4.4.0",
"description": "Advanced URL Connection String parser + generator.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"browser": {
"./dist/inspect.js": "./dist/browser/inspect.js"
},
"scripts": {
"build": "tsc -p src && tsc -p test",
"lint": "tslint --fix ./src/**/*.ts ./test/**/*.ts",
"test": "npm run lint && npm run build && nyc mocha -r ts-node/register test/**/*.spec.ts"
},
"files": [
"dist"
],
"homepage": "https://github.com/vitaly-t/connection-string",
"repository": {
"type": "git",
"url": "https://github.com/vitaly-t/connection-string.git"
},
"bugs": {
"url": "https://github.com/vitaly-t/connection-string/issues",
"email": "vitaly.tomilov@gmail.com"
},
"keywords": [
"connection",
"string",
"parser",
"generator"
],
"author": {
"name": "Vitaly Tomilov",
"email": "vitaly.tomilov@gmail.com"
},
"license": "MIT",
"engines": {
"node": ">=14"
},
"devDependencies": {
"@types/chai": "4.3.5",
"@types/mocha": "10.0.1",
"@types/node": "20.4.5",
"chai": "4.3.7",
"mocha": "10.2.0",
"mocha-lcov-reporter": "1.3.0",
"nyc": "15.1.0",
"ts-node": "10.9.1",
"tslint": "6.1.3",
"typescript": "5.1.6"
}
}