-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
49 lines (49 loc) · 969 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "@jxa/global-type",
"version": "1.3.6",
"description": "JXA typing for global",
"keywords": [
"JXA",
"definition",
"type",
"types",
"typescript"
],
"homepage": "https://github.com/JXA-userland/JXA/tree/master/packages/@jxa/global-type/",
"bugs": {
"url": "https://github.com/JXA-userland/JXA/issues"
},
"license": "MIT",
"author": "azu",
"files": [
"bin/",
"lib/",
"src/"
],
"main": "src/index.js",
"types": "src/index.d.ts",
"directories": {
"lib": "lib",
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/JXA-userland/JXA.git"
},
"scripts": {
"test": "tsc -p test/",
"clean": "rimraf lib/"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@jxa/types": "^1.3.6"
},
"devDependencies": {
"@types/node": "^18.7.8",
"cross-env": "^6.0.3",
"rimraf": "^3.0.0",
"typescript": "^4.7.4"
}
}