-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.65 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
59
60
61
{
"name": "cloudofficeprint",
"version": "22.0.2",
"description": "JavaScript interface for Cloud Office Print",
"main": "dist/src/index.js",
"types": "dist/src",
"scripts": {
"build": "npx tsc",
"test": "jest --silent",
"test:loud": "jest --verbose false",
"generateDocumentation": "npx typedoc --out docs src/index.ts",
"bundle": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/United-Codes/cloudofficeprint-javascript.git"
},
"keywords": [
"pdf",
"document",
"templates",
"cloudofficeprint",
"cloudofficeprint-sdk",
"report",
"reports",
"apexofficeprint",
"apexofficeprint-sdk"
],
"author": "United Codes",
"license": "GNU",
"bugs": {
"url": "https://github.com/United-Codes/cloudofficeprint-javascript/issues"
},
"homepage": "https://github.com/United-Codes/cloudofficeprint-javascript#readme",
"dependencies": {
"https-proxy-agent": "^5.0.0",
"ipp-printer": "^1.0.0",
"mime-types": "^2.1.31",
"node-fetch": "^2.6.1",
"url-parse": "^1.5.3"
},
"devDependencies": {
"@jest/globals": "^27.0.6",
"@types/mime-types": "^2.1.0",
"@types/node-fetch": "^2.5.12",
"@types/url-parse": "^1.4.5",
"@typescript-eslint/eslint-plugin": "^4.28.4",
"@typescript-eslint/parser": "^4.28.4",
"eslint": "^7.31.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.23.4",
"jest": "^27.0.6",
"path-browserify": "^1.0.1",
"ts-jest": "^27.0.4",
"typedoc": "^0.21.4",
"typescript": "^4.3.5",
"webpack": "^5.48.0",
"webpack-cli": "^4.7.2",
"webpack-strip-block": "^0.3.0"
}
}