UNPKG

@novely/core

Version:

Novely - powerful visual novel engine for creating interactive stories and games with branching narratives and rich multimedia content

61 lines 1.41 kB
{ "name": "@novely/core", "description": "Novely - powerful visual novel engine for creating interactive stories and games with branching narratives and rich multimedia content", "version": "0.54.0", "type": "module", "sideEffects": false, "publishConfig": { "access": "public" }, "types": "./dist/index.d.ts", "cdn": "./dist/index.js", "unpkg": "./dist/index.js", "jsdelivr": "./dist/index.js", "browser": "./dist/index.js", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" }, "./*": "./dist/*", "./package.json": "./package.json" }, "devDependencies": { "tsup": "^8.5.0", "typescript": "^5.8.3" }, "dependencies": { "dequal": "^2.0.3", "es-toolkit": "^1.39.5", "esm-env": "^1.2.2", "klona": "^2.0.6", "p-limit": "^6.2.0" }, "license": "ISC", "bugs": { "url": "https://github.com/yhdgms1/novely/issues" }, "homepage": "https://github.com/yhdgms1/novely/tree/main/packages/core", "keywords": [ "novely", "novel", "engine", "renpy" ], "author": { "name": "Artemiy Schukin", "url": "https://github.com/yhdgms1" }, "contributors": [], "repository": { "type": "git", "url": "git+https://github.com/yhdgms1/novely.git" }, "files": [ "dist/*" ], "scripts": { "dev": "tsup --dts --watch", "build": "tsup --dts" } }