-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.2 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.2 KB
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
{
"name": "ra-data-lb4",
"version": "0.4.1-next.2",
"description": "React Admin Loopback4 CRUD DataProvider",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"start": "nodemon --exec \"node -r ts-node/register --inspect=0.0.0.0\" src/index.ts",
"build": "tsc",
"test": "mocha \"test/**/*.test.ts\""
},
"repository": {
"type": "git",
"url": "https://github.com/ckoliber/ra-data-lb4.git"
},
"keywords": [
"ra",
"react",
"admin",
"react-admin",
"dataprovider",
"loopback4",
"loopback",
"lb4"
],
"author": "KoLiBer",
"license": "MIT",
"files": [
"README.md",
"dist"
],
"bugs": {
"url": "https://github.com/ckoliber/ra-data-lb4/issues"
},
"homepage": "https://github.com/ckoliber/ra-data-lb4#readme",
"peerDependencies": {
"query-string": "^6.13.7",
"ra-core": "^3.18.0"
},
"devDependencies": {
"@types/mocha": "^8.2.0",
"mocha": "^8.2.1",
"query-string": "^6.13.7",
"ra-core": "^3.18.0",
"ts-node": "^9.1.1",
"typescript": "^4.1.2"
}
}