-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
43 lines (43 loc) · 977 Bytes
/
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
{
"name": "airppt",
"version": "1.0.0",
"description": "",
"main": "built/main.js",
"types": "built/main.d.ts",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@types/jsonpath": "^0.2.0",
"@types/lodash": "^4.14.110",
"@types/node": "^10.12.9",
"@types/optimist": "0.0.29",
"beautify": "0.0.8",
"decode-tiff": "^0.2.1",
"jquery": "^3.3.1",
"jsdom": "^11.11.0",
"jsonpath": "^1.0.0",
"jszip": "^3.1.5",
"lodash": "^4.17.10",
"module-alias": "^2.1.0",
"optimist": "^0.6.1",
"pngjs": "^3.3.3",
"pptx2html": "^0.3.4",
"string-template": "^1.0.0",
"xml-js": "^1.6.4",
"xml2js-es6-promise": "^1.1.1"
},
"devDependencies": {
"@types/jszip": "^3.1.4",
"typescript": "^2.9.2"
},
"_moduleAliases": {
"@helpers": "built/helpers/",
"@models": "built/models/",
"@generators": "built/generators/",
"@renderers": "built/renderers/"
}
}