{
"name": "@polarsignals/custom-labels",
"version": "0.1.8",
"description": "test",
"main": "js/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"install": "node build.js"
},
"author": "",
"license": "ISC",
"gypfile": true,
"type": "cjs",
"files": [
"js/*.c",
"js/*.h",
"js/*.js",
"src/*.h",
"src/*.c",
"binding.gyp",
"build.js"
],
"dependencies": {
"bindings": "^1.5.0",
"node-gyp": "^11.2.0"
}
}