forked from andrewzlchen/realm-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.02 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
{
"name": "mongodb-realm-cli",
"version": "1.2.0",
"description": "The MongoDB Realm Command Line Interface",
"repository": {
"type": "git",
"url": "https://github.com/10gen/realm-cli.git"
},
"license": "Apache-2.0",
"bin": {
"realm-cli": "./wrapper.js",
"transpiler": "./wrapper-transpiler.js"
},
"scripts": {
"install": "node install.js"
},
"keywords": [
"mongodb",
"realm"
],
"author": "",
"dependencies": {
"request": "^2.88.0"
},
"devDependencies": {
"babel-eslint": "^8.2.2",
"eslint": "^4.19.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-prettier": "^2.8.0",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-class-property": "^1.0.6",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-prettier": "^2.1.0",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-react": "^7.7.0",
"eslint-plugin-standard": "^3.0.1",
"prettier-eslint": "^8.2.5"
}
}