-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 719 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 719 Bytes
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
{
"name": "openraster-export",
"version": "1.3.1",
"description": "A tool to programatically export ORA files into images based on their layers.",
"homepage": "https://github.com/HauntedBees/openraster-export",
"main": "dist/index.js",
"scripts": {
"build": "tsc"
},
"keywords": [
"ora",
"openraster"
],
"author": "Sean Finch <[email protected]> (https://www.hauntedbees.com/)",
"license": "AGPL-3.0-or-later",
"dependencies": {
"canvas": "^2.7.0",
"fast-xml-parser": "^3.19.0",
"merge-images": "^2.0.0",
"node-stream-zip": "^1.13.2"
},
"devDependencies": {
"@types/merge-images": "^1.1.3",
"@types/node": "^14.14.35",
"typescript": "^4.2.3"
}
}