haste-arcade-sdk
Version:
An SDK for integrating 3rd party games into the Haste Arcade gaming platform.
35 lines (34 loc) • 760 B
JSON
{
"name": "haste-arcade-sdk",
"version": "1.1.5",
"description": "An SDK for integrating 3rd party games into the Haste Arcade gaming platform.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"prepublishOnly": "npm run build"
},
"author": "Dan Wagner",
"license": "MIT",
"keywords": [
"haste",
"haste arcade",
"arcade",
"gaming",
"bsv",
"bitcoin sv",
"bitcoin",
"bitcoin games",
"game platform",
"sdk"
],
"repository": {
"type": "git",
"url": "https://github.com/hastearcade/haste-arcade-sdk"
},
"devDependencies": {
"@types/node": "^20.12.8",
"typescript": "^5.4.5"
}
}