UNPKG

@drincs/pixi-vn-json

Version:

Pixi'VN can be integrated with JSON files to create a visual novel.

47 lines (46 loc) 1.08 kB
{ "name": "@drincs/pixi-vn-json", "version": "1.3.1", "type": "module", "description": "Pixi'VN can be integrated with JSON files to create a visual novel.", "main": "./dist/index.cjs", "module": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsup" }, "repository": { "type": "git", "url": "git+https://github.com/DRincs-Productions/pixi-vn-json.git" }, "author": "DRincs-Productions", "license": "GPL-3.0", "bugs": { "url": "https://github.com/DRincs-Productions/pixi-vn-json/issues" }, "homepage": "https://pixi-vn.web.app/advanced/pixi-vn-json.html", "funding": "https://github.com/DRincs-Productions/pixi-vn?sponsor=1", "devDependencies": { "@types/crypto-js": "^4.2.2", "crypto-js": "^4.2.0", "ts-node": "^10.9.2", "tsup": "^8.3.6", "typescript": "^5.7.3" }, "peerDependencies": { "@drincs/pixi-vn": ">=0.10.22" }, "keywords": [ "game", "js", "json", "novel", "pixi", "pixi-js", "visual", "visual-novel" ] }