@drincs/pixi-vn
Version:
Pixi'VN is a npm package that provides various features for creating visual novels.
53 lines (52 loc) • 1.26 kB
JSON
{
"name": "@drincs/pixi-vn",
"version": "0.6.14",
"description": "Pixi'VN is a npm package that provides various features for creating visual novels.",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"test": "vitest"
},
"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",
"devDependencies": {
"@drincs/pixi-vn": "^0.6.8",
"@types/crypto-js": "^4.2.2",
"@types/css-font-loading-module": "^0.0.13",
"@types/deep-diff": "^1.0.5",
"jsdom": "^24.1.1",
"ts-node": "^10.9.2",
"tsup": "^8.2.3",
"typescript": "^5.5.4",
"vitest": "^2.0.4"
},
"dependencies": {
"@pixi/devtools": "^2.0.1",
"crypto-js": "^4.2.0",
"deep-diff": "^1.0.2",
"pixi.js": "^8.3.2"
},
"keywords": [
"game",
"js",
"novel",
"pixi",
"pixi-js",
"visual",
"visual-novel"
]
}