UNPKG

easyvn

Version:

Modular visual novel engine for the web

42 lines (41 loc) 793 B
{ "name": "easyvn", "version": "0.1.1", "description": "Modular visual novel engine for the web", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" } }, "files": [ "dist" ], "scripts": { "build": "tsc" }, "keywords": [ "visual-novel", "engine", "javascript", "typescript", "web", "vn" ], "author": "Eshan Das", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/Eshan276/easyvn" }, "bugs": { "url": "https://github.com/Eshan276/easyvn/issues" }, "homepage": "https://github.com/Eshan276/easyvn#readme", "devDependencies": { "typescript": "^5.0.0" } }