forked from alinchican/rotld-rest-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 891 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
{
"name": "rotld-rest-client",
"version": "0.0.1",
"main": "index.js",
"engines": {
"node": ">=6.0.0"
},
"scripts": {
"lint": "eslint .",
"pretest": "yarn lint",
"test": "jest",
"prepack": "yarn test"
},
"dependencies": {
"regenerate": "^1.3.3",
"rotld-toolbox": "^2.1.0"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-jest": "^21.15.1",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-prettier": "^2.6.0",
"jest": "^22.4.3",
"prettier": "^1.12.1"
},
"repository": "alinchican/rotld-rest-client",
"bugs": "https://github.com/alinchican/rotld-rest-client/issues",
"description": "REST client for RoTLD (Romania Top Level Domain) REST API.",
"license": "MIT",
"keywords": [
"rotld"
],
"author": "Alin Chican <[email protected]> (https://chican.ro/)"
}