-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
58 lines (58 loc) · 1.55 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
54
55
56
57
58
{
"name": "@nqminds/nqm-api-tdx",
"repository": {
"type": "git",
"url": "https://github.com/nqminds/nqm-api-tdx"
},
"version": "0.10.0",
"description": "",
"main": "lib/nqm-api-tdx.js",
"types": "types/index.d.ts",
"files": [
"lib/",
"src/",
"types/"
],
"scripts": {
"prepare": "yon run build && yon run build:dev && yon run typescript",
"build": "webpack --env build",
"build:dev": "webpack --env dev",
"dev": "webpack --progress --color --watch --env dev",
"generate-docs": "node_modules/.bin/jsdoc -c jsdoc.json README.md",
"test": "jest",
"typescript": "tsc"
},
"author": "toby.ealden@gmail.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/nqminds/nqm-api-tdx/issues"
},
"homepage": "https://github.com/nqminds/nqm-api-tdx",
"devDependencies": {
"@babel/cli": "^7.13.14",
"@babel/eslint-parser": "^7.13.8",
"@babel/preset-env": "^7.13.12",
"babel-loader": "^8.2.2",
"babel-plugin-add-module-exports": "^1.0.4",
"chai": "^4.3.4",
"docdash": "^1.2.0",
"eslint": "^7.23.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-jest": "^24.3.2",
"eslint-plugin-mocha": "^8.1.0",
"jest": "^27.0.0-next.6",
"jsdoc": "^3.6.6",
"lodash": "^4.17.21",
"typescript": "^4.2.3",
"webpack": "^5.28.0",
"webpack-cli": "^4.6.0",
"yarn-or-npm": "^3.0.1"
},
"dependencies": {
"@nqminds/nqm-core-utils": "^0.5.9",
"base-64": "^1.0.0",
"cross-fetch": "^3.1.2",
"debug": "^4.3.1"
}
}