forked from lozlow/bs-atdgen-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 890 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
{
"name": "@tellahq/bs-atdgen-generator",
"version": "0.2.0-1",
"description": "Atdgen prebuilt binaries for 3 major OS platforms.",
"author": "Tella <[email protected]>",
"license": "MIT",
"keywords": [
"reasonml",
"reason",
"bucklescript",
"ocaml",
"atdgen",
"decoding",
"encoding"
],
"bin": {
"atdgen": "./atdgen.exe"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tellahq/bs-atdgen-generator.git"
},
"scripts": {
"preinstall": "node ./copyPlatformBinaryInPlace.js"
},
"publishConfig": {
"access": "public"
},
"bugs": {
"url": "https://github.com/tellahq/bs-atdgen-generator/issues"
},
"homepage": "https://github.com/tellahq/bs-atdgen-generator#readme",
"main": "copyPlatformBinaryInPlace.js",
"directories": {
"test": "test"
},
"devDependencies": {}
}