-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 976 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
{
"name": "nobind17",
"version": "1.2.1",
"description": "Next-gen binding framework for Node.js / Node-API",
"main": "index.js",
"scripts": {
"test": "npx mocha",
"preversion": "npm run test",
"postversion": "git push && git push --tags",
"postpublish": "gh workflow run test-npm.yml -F version=$npm_package_version"
},
"author": "Momtchil Momtchev <[email protected]>",
"license": "ISC",
"dependencies": {
"node-addon-api": ">=5.0.0"
},
"devDependencies": {
"benny": "^3.7.1",
"chai": "^4.3.10",
"chai-as-promised": "^7.1.1",
"mocha": "^10.2.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mmomtchev/nobind.git"
},
"keywords": [
"Node.js",
"nobind",
"node-addon-api",
"pybind11",
"embind",
"bindings",
"c++"
],
"bugs": {
"url": "https://github.com/mmomtchev/nobind/issues"
},
"homepage": "https://github.com/mmomtchev/nobind#readme"
}