-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 938 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 938 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
28
{
"name": "illustrator-line-offset",
"version": "0.99.0",
"description": "illustratorで線を高機能にオフセットできるスクリプト",
"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"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kotodu/illustrator-Line-Offset.git"
},
"author": "kotodu",
"license": "MIT",
"bugs": {
"url": "https://github.com/kotodu/illustrator-Line-Offset/issues"
},
"homepage": "https://github.com/kotodu/illustrator-Line-Offset#readme",
"dependencies": {},
"devDependencies": {
"types-for-adobe": "^6.0.1",
"typescript": "^4.0.3"
}
}