-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.3 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "@jvalue/node-dry-pg",
"version": "1.2.1",
"description": "Reusable nodejs pg util library ",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist"
],
"scripts": {
"test": "jest --colors --verbose --detectOpenHandles",
"lint": "eslint src test --fix",
"lint-ci": "eslint src test --max-warnings=0",
"build": "tsc"
},
"dependencies": {
"@jvalue/node-dry-basics": "0.0.3",
"@types/pg": "^8.6.0",
"pg": "^8.6.0"
},
"devDependencies": {
"@types/node": "^14.14.20",
"@typescript-eslint/eslint-plugin": "^4.28.0",
"@typescript-eslint/parser": "^4.28.0",
"eslint": "^7.29.0",
"eslint-config-standard-with-typescript": "20.0.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"jest": "^27.0.5",
"ts-jest": "^27.0.3",
"typescript": "^4.3.4"
},
"engines": {
"node": ">=12"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jvalue/node-dry.git"
},
"keywords": [],
"author": "",
"license": "Apache License 2.0",
"bugs": {
"url": "https://github.com/jvalue/node-dry/issues"
},
"homepage": "https://github.com/jvalue/node-dry#readme"
}