forked from drakedevel/go-text-template-napi
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 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
{
"name": "@frontapp/go-text-template-napi",
"version": "0.0.3",
"descripton": "N-API bindings for Go's text/template package",
"descripton": "Node-API bindings for Go's text/template package",
"author": "Andrew Drake <[email protected]>",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/frontapp/go-text-template-napi.git"
},
"os": [
"darwin",
"linux"
],
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"install": "node-pre-gyp install --fallback-to-build"
},
"binary": {
"module_name": "go_text_template_napi_binding",
"module_path": "lib/napi-v{napi_build_version}",
"host": "https://github.com/frontapp/go-text-template-napi/releases/download/",
"remote_path": "v{version}",
"package_name": "{platform}-{arch}-napi-v{napi_build_version}.tar.gz",
"napi_versions": [
8
]
},
"dependencies": {
"@mapbox/node-pre-gyp": "^1.0.10"
}
}