-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.59 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.59 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
{
"name": "meadco-scriptxjs",
"version": "1.10.8",
"description": "Wrapper library for working with MeadCo ScriptX add-on for Internet Explorer and ScriptX.Print Services",
"main": "meadco-scriptx.js",
"repository": {
"type": "git",
"url": "https://github.com/MeadCo/MeadCoScriptXJS"
},
"author": "Pete Cole <pcole@meadroid.com>",
"license": "MIT",
"keywords": [
"meadco",
"meadco-scriptx",
"printing",
"printing-html",
"scriptx",
"print"
],
"bugs": {
"url": "https://github.com/MeadCo/MeadCoScriptXJS/issues"
},
"homepage": "https://github.com/MeadCo/MeadCoScriptXJS",
"files": [
"src/*.js",
"dist/*.js",
"dist/*.map"
],
"scripts": {
"dist": "gulp BuildDist",
"docs:build": "npx jsdoc -c ./build/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",
"test": "jest",
"build": "webpack --config ./webpack.config.js"
},
"devDependencies": {
"del": "^8.0.0",
"docdash": "^2.0.2",
"gulp": "^5.0.0",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.4",
"jest": "^29.7.0",
"jest-environment-puppeteer": "^11.0.0",
"jest-html-reporter": "^4.0.1",
"jest-puppeteer": "^11.0.0",
"jsdoc": "^4.0.4",
"merge-stream": "^2.0.0",
"puppeteer": "^24.4.0",
"scriptxprint-html": "^1.16.1",
"webpack": "^5.98.0",
"webpack-cli": "^6.0.1",
"webpack-stream": "^7.0.0"
}
}