@drincs/pixi-vn
Version:
Pixi'VN is a npm package that provides various features for creating visual novels.
73 lines (72 loc) • 1.64 kB
JSON
{
"name": "@drincs/pixi-vn",
"version": "1.3.12",
"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",
"motion": "^12.23.12",
"pixi.js": "^8.12.0"
},
"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.5.0",
"lru-cache": "^11.1.0",
"microdiff": "^1.5.0",
"ts-node": "^10.9.2",
"tsup": "^8.5.0",
"typescript": "^5.9.2",
"vitest": "^3.2.4"
},
"keywords": [
"2d",
"canvas",
"development",
"engine",
"game",
"game-development",
"game-engine",
"games",
"js",
"novel",
"pixi",
"pixi-js",
"visual",
"visual-novel",
"webgl"
]
}