{
	"name": "skynovel",
	"version": "0.21.5",
	"description": "webgl novelgame framework",
	"main": "core/web.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.2.0",
		"fs-extra": "^9.0.1",
		"hammerjs": "^2.0.8",
		"parsimmon": "^1.13.0",
		"pixi-sound": "^3.0.4",
		"pixi.js": "^5.2.4",
		"platform": "^1.3.5",
		"store": "^2.0.12",
		"tar-fs": "^2.1.0",
		"xml2js": "^0.4.23"
	},
	"devDependencies": {
		"@types/electron-json-storage": "^4.0.0",
		"@types/fs-extra": "^9.0.1",
		"@types/hammerjs": "^2.0.36",
		"@types/howler": "^2.1.2",
		"@types/mocha": "^7.0.2",
		"@types/node": "^14.0.11",
		"@types/parsimmon": "^1.10.2",
		"@types/power-assert": "^1.5.3",
		"@types/store": "^2.0.2",
		"@types/tar-fs": "^2.0.0",
		"@types/tween.js": "^18.5.1",
		"@types/xml2js": "^0.4.5",
		"electron": "^9.0.2",
		"espower-typescript": "^9.0.2",
		"mocha": "^7.2.0",
		"power-assert": "^1.6.1",
		"ts-loader": "^7.0.5",
		"typescript": "^3.9.5",
		"webpack": "^4.43.0",
		"webpack-cli": "^3.3.11",
		"webpack-dev-server": "^3.11.0"
	},
	"scripts": {
		"build": "npm run wp && npm run test",
		"watch": "npm run wp:w & npm run test:w",
		"wp": "webpack --config ./core/webpack.config.js",
		"wp:w": "webpack --watch --config ./core/webpack.config.js",
		"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 -g": "ncu -g",
		"npm_check_updates_do": "ncu -a && npm update",
		"test": "mocha",
		"test:w": "mocha --watch",
		"rebuild": "rm -rf node_modules && rm package-lock.json && npm cache clear --force && npm i && npm run watch",
		"docs": "webpack-dev-server --config ./docs/local_tst/wds.config.js"
	},
	"mocha": {
		"require": "ts-node/register",
		"watch-extensions": "ts",
		"spec": "test/*.test.ts"
	},
	"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/"
}
