-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
53 lines (53 loc) · 1.25 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
52
53
{
"name": "moleculer-data-provider",
"version": "1.0.4",
"description": "React-Admin data provider to interact with Moleculer Microservices APIs",
"main": "src/index.js",
"scripts": {
"test": "jest"
},
"jest": {
"transform": {
".js": "<rootDir>/node_modules/babel-jest"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/RancaguaInnova/moleculer-data-provider.git"
},
"keywords": [
"microservices",
"react-admin",
"moleculer",
"data",
"provider",
"javascript",
"api",
"client",
"data provide"
],
"author": "Joaquín Gumucio <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/RancaguaInnova/moleculer-data-provider/issues"
},
"homepage": "https://github.com/RancaguaInnova/moleculer-data-provider#readme",
"dependencies": {
"query-string": "^6.8.3"
},
"peerDependencies": {
"ra-core": "^2.9.7"
},
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/preset-env": "^7.6.3",
"babel-jest": "^24.9.0",
"eslint": "^6.5.1",
"eslint-plugin-jest": "^22.20.0",
"jest": "^24.9.0",
"prettier": "^1.18.2",
"prettier-standard": "^15.0.1",
"standard": "^14.3.1",
"ra-core": "^2.9.7"
}
}