skynovel
Version:
webgl novelgame framework
80 lines (79 loc) • 2.19 kB
JSON
{
"name": "skynovel",
"version": "0.18.0",
"description": "webgl novelgame framework",
"main": "index.js",
"types": "./core/lib/index.d.ts",
"author": "miyazawa famibee",
"publisher": "famibee",
"license": "MIT",
"dependencies": {
"@tweenjs/tween.js": "^18.5.0",
"devtools-detect": "^3.0.0",
"electron-store": "^5.1.1",
"fs-extra": "^9.0.0",
"hammerjs": "^2.0.8",
"parsimmon": "^1.13.0",
"pixi-sound": "^3.0.4",
"pixi.js": "^5.2.1",
"platform": "^1.3.5",
"stats.js": "^1.0.0",
"store": "^2.0.12",
"xml2js": "^0.4.23",
"xregexp": "^4.3.0"
},
"devDependencies": {
"@types/electron-json-storage": "^4.0.0",
"@types/fs-extra": "^8.1.0",
"@types/hammerjs": "^2.0.36",
"@types/howler": "^2.1.2",
"@types/mocha": "^7.0.2",
"@types/node": "^13.11.1",
"@types/parsimmon": "^1.10.1",
"@types/power-assert": "^1.5.3",
"@types/stats.js": "^0.17.0",
"@types/store": "^2.0.2",
"@types/tween.js": "^18.5.0",
"@types/xml2js": "^0.4.5",
"@types/xregexp": "^4.3.0",
"electron": "^8.2.1",
"espower-typescript": "^9.0.2",
"mocha": "^7.1.1",
"power-assert": "^1.6.1",
"typescript": "^3.8.3",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3"
},
"bundleDependencies": [],
"scripts": {
"once": "tsc -p core/ && npm run test",
"dev": "tsc -p core/ -w & npm run test:w",
"version:patch": "npm -no-git-tag-version version patch",
"version:minor": "npm -no-git-tag-version version minor",
"version:major": "npm -no-git-tag-version version major",
"npm_publish": "npm publish",
"npm_check_updates": "ncu",
"npm_check_updates -g": "ncu -g",
"npm_check_updates_do": "ncu -a && npm update",
"test": "mocha --opts test/mocha.opts",
"test:w": "mocha --watch --opts test/mocha.opts",
"docs": "webpack-dev-server --config ./docs/local_tst/wds.config.js"
},
"keywords": [
"novelgame",
"visualnovel",
"skynovel",
"webgl",
"typescript"
],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/famibee/SKYNovel.git"
},
"bugs": {
"url": "https://github.com/famibee/SKYNovel/issues",
"email": "famibee@gmail.com"
},
"homepage": "http://famibee.blog38.fc2.com/"
}