-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
46 lines (46 loc) · 1.18 KB
/
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "@extendscript/csinterface",
"version": "1.0.1",
"description": "TypeScript version of Adobe CSInterface",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ExtendScript/CSInterface.git"
},
"keywords": [
"CSInterface",
"IMSInterface",
"CEP",
"Adobe",
"ExtendScript",
"TypeScript"
],
"author": "Fabian Morón Zirfas, Manuel Pogge",
"license": "MIT",
"bugs": {
"url": "https://github.com/ExtendScript/CSInterface/issues"
},
"homepage": "https://github.com/ExtendScript/CSInterface#readme",
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "12.0.0",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "10.0.3",
"@semantic-release/npm": "12.0.0",
"@semantic-release/release-notes-generator": "13.0.0",
"@types/node": "^16.18.96",
"semantic-release": "23.0.8",
"typescript": "^5.4.5"
},
"files": [
"dist/**/*"
]
}