-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 848 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
{
"name": "eador-sprite-generator",
"version": "1.0.0",
"description": "Generate .jsx ExtendScript to process .psd files with units to generate sprite assets for Eador Genesis",
"main": "index.ts",
"homepage": "https://github.com/dragoon000320/eador-sprite-generator",
"bugs": {
"url": "https://github.com/dragoon000320/eador-sprite-generator/issues",
"email": "[email protected]"
},
"scripts": {
"build": "gulp build",
"watch": "gulp build_watch"
},
"keywords": ["photoshop scripting", "Eador Genesis mod", "ExtendScript"],
"author": "Andrei Rybin",
"license": "EPL-2.0",
"dependencies": {},
"devDependencies": {
"gulp": "^4.0.2",
"gulp-rename": "^2.0.0",
"gulp-typescript": "^6.0.0-alpha.1",
"through2": "^4.0.2",
"types-for-adobe": "^1.7.0",
"typescript": "^4.1.3"
}
}