UNPKG

@mustafau/dbservice

Version:
43 lines (42 loc) 1.04 kB
{ "name": "@mustafau/dbservice", "version": "1.0.4", "description": "", "main": "./lib", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc", "format": "prettier --write \"src/**/*.ts\"", "lint": "tslint -p tsconfig.json", "prepare": "npm run build", "prepublishOnly": "npm run lint", "version": "npm run format && git add -A src", "postversion": "git push && git push --tags" }, "repository": { "type": "git", "url": "git+https://github.com/mustafaunal12/dbService.git" }, "keywords": [ "deneme" ], "author": "Mustafa", "license": "ISC", "bugs": { "url": "https://github.com/mustafaunal12/dbService/issues" }, "homepage": "https://github.com/mustafaunal12/dbService#readme", "devDependencies": { "prettier": "^2.0.5", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0", "typescript": "^3.9.7" }, "dependencies": { "@types/pg": "^7.14.4", "pg": "^8.3.0" }, "files": [ "lib/**/*" ] }