-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
23 lines (23 loc) · 924 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
{
"name": "WTW-illustrator-script",
"version": "1.0.0",
"description": "<div id=\"top\"></div> <!-- *** Thanks for checking out the Best-README-Template. If you have a suggestion *** that would make this better, please fork the repo and create a pull request *** or simply open an issue with the tag \"enhancement\". *** Don't forget to give the project a star! *** Thanks again! Now go create something AMAZING! :D -->",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Artchibald/WTW-illustrator-script.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Artchibald/WTW-illustrator-script/issues"
},
"homepage": "https://github.com/Artchibald/WTW-illustrator-script#readme",
"dependencies": {
"types-for-adobe": "^7.0.1"
}
}