-
Notifications
You must be signed in to change notification settings - Fork 45
/
package.json
92 lines (92 loc) · 2.34 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "nodejs-pptx",
"version": "1.2.4",
"description": "Generate PPTX files on the server-side with JavaScript.",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/heavysixer/node-pptx.git"
},
"author": "Mark Daggett <[email protected]> (github.com/heavysixer)",
"contributors": [
"Greg Dolley (github.com/gregdolley)"
],
"engines": {
"node": ">=4"
},
"scripts": {
"test": "jest",
"eslint-config": "eslint --print-config .eslintrc.json",
"eslint-check": "eslint --print-config .eslintrc.json | eslint-config-prettier-check",
"lint": "./node_modules/eslint/bin/eslint.js --ext .js lib",
"test-with-coverage": "nyc jest"
},
"jest": {
"verbose": true,
"collectCoverage": true
},
"files": [
"index.js",
"/lib"
],
"keywords": [
"javascript",
"javascript-create-powerpoint",
"javascript-create-pptx",
"javascript-generate-pptx",
"javascript-pptx",
"javascript-powerpoint",
"javascript-powerpoint-charts",
"js-create-powerpoint",
"js-create-pptx",
"js-generate-powerpoint",
"js-pptx",
"js-produce-powerpoint",
"js-powerpoint",
"powerpoint",
"powerpoint-charts",
"powerpoint-presentation",
"ppt",
"pptx",
"presentations"
],
"dependencies": {
"async": "^2.6.4",
"image-size": "^0.6.2",
"jszip": "^3.1.5",
"postman-request": "^2.88.1-postman.33",
"uuid": "^8.3.0",
"xml-js": "^1.5.2",
"xml2js": "^0.4.19",
"xmlbuilder": "~09.0.1",
"yarn": "^1.22.10"
},
"devDependencies": {
"@babel/core": "^7.14.2",
"@babel/eslint-parser": "^7.14.2",
"babel-cli": "^6.18.0",
"babel-preset-env": "^1.6.1",
"eslint": "^7.26.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-config-prettier": "^2.6.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.21.5",
"jest": "^26.6.3",
"nodemon": "^1.19.4",
"prettier": "^1.7.4",
"superagent": "^3.8.1",
"supertest": "^3.0.0",
"tar": "^4.4.2"
},
"bugs": {
"url": "https://github.com/heavysixer/node-pptx/issues"
},
"homepage": "https://github.com/heavysixer/node-pptx#readme",
"main": "index.js",
"directories": {
"lib": "lib"
}
}