-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·44 lines (44 loc) · 974 Bytes
/
package.json
File metadata and controls
executable file
·44 lines (44 loc) · 974 Bytes
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
{
"name": "konekto",
"version": "0.17.11",
"description": "a JSON to Graph Mapper that connects with Apache Age.",
"scripts": {
"test": "jest"
},
"keywords": [
"graph",
"json",
"mapper",
"orm",
"ogm"
],
"repository": {
"type": "git",
"url": "https://github.com/dodiego/konekto"
},
"author": "Diego de Oliveira",
"license": "MIT",
"dependencies": {
"pg": "^8.7.3",
"uuid": "^8.3.2"
},
"engines": {
"node" : ">=12.0.0"
},
"devDependencies": {
"@babel/core": "^7.18.9",
"@babel/preset-typescript": "^7.18.6",
"@types/jest": "^28.1.6",
"@types/node": "^18.0.6",
"@types/pg": "^8.6.5",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"eslint": "^8.20.0",
"eslint-config-prettier": "^8.5.0",
"jest": "^28.1.3",
"prettier": "^2.7.1",
"ts-jest": "^28.0.7",
"typescript": "^4.7.4"
}
}