-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.7 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.7 KB
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
{
"name": "scriptxprint-html",
"version": "1.16.4",
"description": "General library and emulation of ScriptX.Add-on for use with ScriptX.Services",
"main": "dist/meadco-scriptxservices.min.js",
"repository": {
"type": "git",
"url": "https://github.com/MeadCo/ScriptX.Print.Client"
},
"author": "Pete Cole <pcole@meadroid.com>",
"license": "MIT",
"keywords": [
"meadco",
"scriptx",
"meadco-scriptx",
"printing",
"printing-html",
"printing-pdf",
"printing-raw",
"printing-direct",
"promptless"
],
"bugs": {
"url": "https://github.com/MeadCo/ScriptX.Print.Client/issues",
"email": "feedback@meadroid.com"
},
"homepage": "https://scriptxservices.meadroid.com/",
"files": [
"src/*.js",
"dist/*.js",
"dist/*.map"
],
"scripts": {
"dist": "gulp BuildDist",
"docs:build": "jsdoc -c ./configs/jsdoc.json",
"docs:dev": "npm-run-all --parallel watch:docs view:docs",
"watch:docs": "onchange \"docs-src/**/*.*\" \"src/**/*.js\" -- npm run docs:build",
"view:docs": "http-server docs -o index.html",
"build": "webpack --config ./configs/webpack.config.js",
"test": "jest --maxWorkers=1"
},
"devDependencies": {
"babel-loader": "^10.0.0",
"clean-webpack-plugin": "^4.0.0",
"del": "^8.0.0",
"docdash": "^2.0.2",
"gulp": "^5.0.0",
"gulp-replace": "^1.1.4",
"jest": "^30.0.0",
"jest-environment-puppeteer": "^11.0.0",
"jest-html-reporter": "^4.3.0",
"jest-puppeteer": "^11.0.0",
"jsdoc": "^4.0.4",
"puppeteer": "^24.16.0",
"terser-webpack-plugin": "^5.3.14",
"webpack": "^5.98.0",
"webpack-cli": "^6.0.1"
}
}