rbstagekit
Version:
RockBand StageKit API in NodeJS
78 lines (77 loc) • 1.72 kB
JSON
{
"name": "rbstagekit",
"version": "1.2.2",
"description": "RockBand StageKit API in NodeJS",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git://github.com/Sunoo/node-stagekit.git"
},
"keywords": [
"pdp",
"rockband",
"rock band",
"stagekit",
"stage kit"
],
"author": "David Maher",
"license": "GPL-2.0-or-later",
"os": [
"linux"
],
"funding": [
{
"type": "kofi",
"url": "https://ko-fi.com/sunookitsune"
},
{
"type": "paypal",
"url": "https://paypal.me/sunoo"
},
{
"type": "github",
"url": "https://github.com/Sunoo"
},
{
"type": "liberapay",
"url": "https://liberapay.com/Sunoo"
}
],
"bugs": {
"url": "https://github.com/Sunoo/node-stagekit/issues"
},
"homepage": "https://github.com/Sunoo/node-stagekit#readme",
"scripts": {
"clean": "rimraf ./dist",
"build": "rimraf ./dist && tsc",
"lint": "eslint src/*.ts --fix",
"lint-check": "eslint src/*.ts",
"prepare": "npm run build",
"prepublishOnly": "npm run lint-check",
"postpublish": "npm run clean",
"watch": "npm run clean && tsc --watch"
},
"devDependencies": {
"@types/bindings": "^1.5.0",
"@types/node": "^14.14.28",
"@typescript-eslint/eslint-plugin": "^4.15.1",
"@typescript-eslint/parser": "^4.15.1",
"eslint": "^7.20.0",
"rimraf": "^3.0.2",
"typescript": "^4.1.5"
},
"files": [
"binding.gyp",
"stagekit/**/*",
"src/stagekit-api.cpp",
"dist/**/*",
"LICENSE",
"package.json",
"README.md"
],
"dependencies": {
"bindings": "^1.5.0",
"node-addon-api": "^3.1.0"
},
"gypfile": true
}