-
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) · 841 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 841 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": "illustrator-path-join",
"version": "0.1.1",
"description": "An extension to join paths on Adobe illustrator CC.",
"scripts": {
"clean": "powershell .\\clean.ps1 && npm run check",
"deploy": "npm run build:tsc && npm run build:zxp && npm run deploy:zxp && npm run check",
"build:tsc": "tsc -p ./",
"build:zxp": "powershell .\\build.ps1",
"deploy:zxp": "powershell .\\install.ps1",
"check": "cd ../../ExManCmd_win/ && ExManCmd.exe /list all"
},
"author": "kotodu",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/kotodu/illustrator-Path-Join.git"
},
"homepage": "https://github.com/kotodu/illustrator-Path-Join#readme",
"devDependencies": {
"types-for-adobe": "^6.0.1",
"typescript": "^4.1.3"
},
"prettier": {
"tabWidth": 4
}
}