@novely/renderer-toolkit
Version:
Toolkit for creating renderer for novely
63 lines • 1.41 kB
JSON
{
"name": "@novely/renderer-toolkit",
"description": "Toolkit for creating renderer for novely",
"version": "0.13.0",
"type": "module",
"sideEffects": false,
"publishConfig": {
"access": "public"
},
"types": "./dist/index.d.ts",
"cdn": "./dist/index.global.js",
"unpkg": "./dist/index.global.js",
"jsdelivr": "./dist/index.global.js",
"browser": "./dist/index.global.js",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
},
"./*": "./dist/*",
"./package.json": "./package.json"
},
"devDependencies": {
"tsup": "^8.3.6",
"typescript": "^5.7.3"
},
"dependencies": {
"dequal": "^2.0.3",
"esm-env": "^1.2.2",
"nanostores": "^0.11.3",
"p-limit": "^6.2.0",
"simple-web-audio": "^0.9.0",
"@novely/core": "0.50.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",
"tools"
],
"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"
}
}