-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
39 lines (39 loc) · 889 Bytes
/
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
{
"name": "use-neo4j",
"version": "0.3.13",
"description": "",
"main": "dist/index.js",
"scripts": {
"prepare": "npm run build",
"build": "tsc",
"dev": "jest --watch",
"test": "jest"
},
"keywords": [
"neo4j",
"cypher",
"graph-database",
"react"
],
"author": "",
"license": "MIT",
"devDependencies": {
"@babel/preset-typescript": "^7.10.4",
"@testing-library/react": "^11.0.4",
"@testing-library/react-hooks": "^3.4.2",
"@types/jest": "^26.0.14",
"@types/react": "^16.9.50",
"babel-jest": "^26.5.2",
"jest": "^26.5.3",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-test-renderer": "^16.13.1",
"ts-jest": "^26.4.1",
"typescript": "^4.0.3"
},
"dependencies": {
"@testing-library/jest-dom": "^5.11.4",
"neo4j-driver": "^4.4.5",
"react-testing-library": "^8.0.1"
}
}