UNPKG

@famibee/skynovel_esm

Version:
112 lines (111 loc) 2.83 kB
{ "name": "@famibee/skynovel_esm", "version": "1.7.13", "description": "webgl novelgame framework", "author": "miyazawa famibee", "publisher": "famibee", "homepage": "http://famibee.blog38.fc2.com/", "license": "MIT", "main": "./dist/web.js", "types": "./dist/web.d.ts", "type": "module", "files": [ "dist", "dist_app" ], "engines": { "node": ">=22.19" }, "exports": { ".": "./dist/web.js", "./web": "./dist/web.js", "./appMain": "./dist_app/appMain.js", "./preload": "./dist_app/preload.js", "./app": "./dist_app/app.js" }, "dependencies": { "@electron-toolkit/typed-ipc": "^1.0.2", "@pixi/sound": "^4.4.1", "@popperjs/core": "^2.11.8", "@tweenjs/tween.js": "^23.1.3", "adm-zip": "^0.5.16", "devtools-detect": "^4.0.2", "electron-store": "8.2.0", "fs-extra": "^11.3.2", "gamepad.js": "^2.1.0", "parsimmon": "^1.18.1", "pixi.js": "^6.5.10", "platform": "^1.3.6", "socket.io-client": "^4.8.1", "store": "^2.0.12", "tinygesture": "^3.0.0" }, "devDependencies": { "@eslint/js": "^9.39.1", "@happy-dom/global-registrator": "^20.0.10", "@semantic-release/changelog": "^6.0.3", "@semantic-release/git": "^10.0.1", "@types/adm-zip": "^0.5.7", "@types/electron-json-storage": "^4.5.4", "@types/eslint-scope": "^8.3.2", "@types/fs-extra": "^11.0.4", "@types/jest": "^30.0.0", "@types/node": "^24.10.1", "@types/parsimmon": "^1.10.9", "@types/platform": "^1.3.6", "@types/store": "^2.0.5", "electron": "^39.2.3", "eslint": "^9.39.1", "eslint-plugin-import": "^2.32.0", "eslint-plugin-jest": "^29.2.0", "globals": "^16.5.0", "jiti": "^2.6.1", "typescript": "^5.9.3", "typescript-eslint": "^8.47.0", "vite": "^7.2.4", "vite-plugin-dts": "^4.5.4" }, "scripts": { "build": "bun src/build.ts", "watch": "bun --watch src/build.ts --watch", "watch_web": "bun --watch src/build.ts --watch --web", "watch_app": "bun --watch src/build.ts --watch --app", "update": "bun update && bun watch && ncu -g", "test": "bun test --only-failures", "testw": "bun test --only-failures --watch", "docs": "vite docs/ --open /tag.html", "rebuild": "bun pm cache rm && bun watch" }, "keywords": [ "novelgame", "visualnovel", "skynovel", "esm", "webgl", "typescript" ], "repository": { "type": "git", "url": "git+https://github.com/famibee/skynovel_esm.git" }, "release": { "plugins": [ "@semantic-release/commit-analyzer", "@semantic-release/release-notes-generator", "@semantic-release/changelog", "@semantic-release/npm", "@semantic-release/github", "@semantic-release/git" ] }, "publishConfig": { "scope": "@famibee", "tag": "latest", "access": "public", "provenance": true }, "bugs": { "url": "https://github.com/famibee/skynovel_esm/issues", "email": "famibee@gmail.com" } }