-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
53 lines (53 loc) · 1.57 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": "js-domainrobot-sdk",
"version": "2.1.16",
"description": "A (node)js package for easy integration of the domainrobot API powered by InterNetX GmbH.",
"main": "index.js",
"types": "index.d.ts",
"author": "InterNetX GmbH <[email protected]>",
"homepage": "https://www.internetx.com",
"repository": "https://github.com/InterNetX/js-domainrobot-sdk.git",
"license": "MIT",
"scripts": {
"update:specs": "yarn update:domainrobotapi | yarn update:pcdomainsapi",
"update:domainrobotapi": "cp node_modules/@internetx/internetx-swagger-files/src/domainrobot.json src/swagger",
"update:pcdomainsapi": "cp node_modules/@internetx/internetx-swagger-files/src/pcdomains.json src/swagger",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"test:mocha": "nyc mocha \"tests/Specs/**/*.js\""
},
"nyc": {
"exclude": [
"docs",
"examples/",
"node_modules",
".github",
"coverage",
"tests",
"index.js"
],
"reporter": [
"text-summary",
"text",
"html"
],
"all": true
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@internetx/internetx-swagger-files": "https://github.com/InterNetX/domainrobot-api.git",
"axios-mock-adapter": "^1.17.0",
"cross-env": "^6.0.3",
"mocha": "^9.1.0",
"nyc": "^15.1.0",
"webpack": "^4.41.4"
},
"dependencies": {
"axios": "^0.21.1",
"chai": "^4.3.4",
"yarn.lock": "^0.0.1-security"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}