-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 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
28
29
30
31
32
33
{
"name": "@kkoscielniak/arc-applescript-api",
"version": "0.1.1",
"description": "Arc AppleScript APIs for Node.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"dev": "tsc --watch"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/kkoscielniak/arc-applescript-api.git"
},
"keywords": [
"arc-browser",
"arc"
],
"author": "Krystian Kościelniak <[email protected]>",
"bugs": {
"url": "https://github.com/kkoscielniak/arc-applescript-api/issues"
},
"homepage": "https://github.com/kkoscielniak/arc-applescript-api#readme",
"devDependencies": {
"typescript": "^5.1.6"
},
"dependencies": {
"@jxa/global-type": "^1.3.6",
"@jxa/run": "^1.3.6",
"@jxa/types": "^1.3.6",
"run-applescript": "^6.1.0"
}
}