ovrjs
Version:
OpenVR bindings for NodeJS
43 lines • 1.09 kB
JSON
{
"name": "ovrjs",
"version": "0.0.2",
"description": "OpenVR bindings for NodeJS",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"example:overlay": "ts-node examples/overlay_gradient.ts",
"build": "node-gyp rebuild && npm run build:tsc",
"build:tsc": "tsc",
"clean": "node-gyp clean",
"build:headers": "ts-node ./build-headers.ts",
"build:dev": "node-gyp -j 16 build --debug"
},
"repository": {
"type": "git",
"url": "git+https://github.com/danwillm/NodeOpenVR.git"
},
"keywords": [
"openvr"
],
"author": "danwillm",
"license": "MIT",
"gypfile": true,
"bugs": {
"url": "https://github.com/danwillm/NodeOpenVR/issues"
},
"homepage": "https://github.com/danwillm/NodeOpenVR#readme",
"dependencies": {
"bindings": "^1.5.0",
"node-addon-api": "*"
},
"devDependencies": {
"@types/node": "^18.11.17",
"ts-node": "^10.9.1",
"tslib": "^2.4.1",
"typescript": "^4.9.4"
}
}