-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.24 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
47
48
49
50
{
"bin": {
"ts-jxa": "./bin/index.js"
},
"dependencies": {
"browserify": "^16.5.0",
"chalk": "^3.0.0",
"commander": "^4.0.1",
"tinyify": "^2.5.2",
"tsify": "^4.0.1",
"watchify": "^3.11.1"
},
"keywords": [
"osa", "jxa", "typescript", "applescript", "browserify"
],
"os": [
"darwin"
],
"name": "ts-jxa",
"version": "0.1.4",
"main": "./src/index.js",
"devDependencies": {
"lodash": "^4.17.15",
"@jxa/global-type": "^1.3.1",
"@types/lodash": "^4.14.149",
"@types/node": "^13.1.5",
"tslint": "^5.20.1",
"tslint-config-airbnb": "^5.11.2",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.7.4"
},
"scripts": {
"example-cli": "cd ./example && ../bin/index.js --dev ./index.ts -o ..",
"example-api": "cd ./example && node ./api.js",
"dev": "tsc -w",
"lint": "tslint -p ./tsconfig.json",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/YYCoder/ts-jxa.git"
},
"author": "Markey <https://github.com/YYCoder>",
"license": "ISC",
"bugs": {
"url": "https://github.com/YYCoder/ts-jxa/issues"
},
"homepage": "https://github.com/YYCoder/ts-jxa#readme",
"description": "Write JXA using typescript 🚀!"
}