@tolokoban/tgd
Version:
ToloGameDev library for WebGL2
36 lines (35 loc) • 1.28 kB
JSON
{
"name": "@tolokoban/tgd",
"version": "2.0.24",
"description": "ToloGameDev library for WebGL2",
"homepage": "https://tolokoban.github.io/tgd2",
"main": "./lib/dist/index.js",
"types": "./lib/dist/index.d.ts",
"private": false,
"files": [
"./lib/dist"
],
"scripts": {
"ci": "cd lib && npm install && npm run build && npm run doc",
"doc": "cd lib && npm run doc && cd ../doc && npm run deploy",
"test": "cd lib && npm test",
"predeploy": "npm run ci && cd doc && npm run deploy",
"deploy": "npm run ci && npm publish --access=public",
"minor": "npm version minor --no-git-tag-version && cd lib && npm version minor --no-git-tag-version && cd ../doc && npm version minor --no-git-tag-version",
"patch": "npm version patch --no-git-tag-version && cd lib && npm version patch --no-git-tag-version && cd ../doc && npm version patch --no-git-tag-version"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tolokoban/tgd2.git"
},
"keywords": [
"WebGL2",
"game",
"framework"
],
"author": "Tolokoban",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/tolokoban/tgd2/issues"
}
}