UNPKG

@drincs/pixi-vn

Version:

Pixi'VN is a npm package that provides various features for creating visual novels.

72 lines (71 loc) 1.61 kB
{ "name": "@drincs/pixi-vn", "version": "1.2.16", "type": "module", "description": "Pixi'VN is a npm package that provides various features for creating visual novels.", "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsup", "test": "vitest" }, "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.cjs", "default": "./dist/index.mjs" } }, "repository": { "type": "git", "url": "git+https://github.com/DRincs-Productions/pixi-vn.git" }, "author": "DRincs-Productions", "license": "GPL-3.0", "bugs": { "url": "https://github.com/DRincs-Productions/pixi-vn/issues" }, "homepage": "https://pixi-vn.web.app/", "funding": "https://github.com/DRincs-Productions/pixi-vn?sponsor=1", "dependencies": { "@pixi/devtools": "^2.0.1", "@pixi/sound": "^6.0.1", "pixi.js": "^8.10.1" }, "devDependencies": { "@types/crypto-js": "^4.2.2", "@types/deep-diff": "^1.0.5", "crypto-js": "^4.2.0", "deep-diff": "^1.0.2", "jsdom": "^26.1.0", "keyv": "^5.3.3", "lru-cache": "^11.1.0", "microdiff": "^1.5.0", "ts-node": "^10.9.2", "tsup": "^8.5.0", "typescript": "^5.8.3", "vitest": "^3.2.4" }, "keywords": [ "2d", "canvas", "development", "engine", "game", "game-development", "game-engine", "games", "js", "novel", "pixi", "pixi-js", "visual", "visual-novel", "webgl" ] }