-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.08 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
{
"main": "dist/binding.js",
"scripts": {
"pretest": "tsc",
"test": "node --napi-modules ./test/test_binding.js"
},
"gypfile": true,
"name": "libltc-wrapper",
"version": "1.1.2",
"description": "libltc wrapper for nodejs",
"directories": {
"lib": "lib"
},
"release-it": {
"github": {
"release": false
},
"git": {
"commitMessage": "Release v${version}",
"tagName": "v${version}",
"requireBranch": [
"main",
"master"
]
},
"npm": {
"publish": true
}
},
"homepage": "https://github.com/bitfocus/libltc-wrapper",
"bugs": {
"url": "https://github.com/bitfocus/libltc-wrapper/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/bitfocus/libltc-wrapper.git"
},
"author": "Håkon Nessjøen <[email protected]>",
"license": "MIT",
"devDependencies": {
"@types/node": "^18.6.1",
"typescript": "^4.7.4"
}
}