mirror of
https://github.com/uglyboy-tl/obsidian-ink-player.git
synced 2026-07-22 05:42:02 +00:00
34 lines
917 B
JSON
34 lines
917 B
JSON
{
|
|
"name": "ink-player",
|
|
"version": "2.3.2",
|
|
"description": "Playing interactive fiction powered by Inkle's ink engine",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"clean": "rm -rf node_modules dist/main.js dist/styles.css bun.lock",
|
|
"build": "vite build",
|
|
"check": "biome check --write --error-on-warnings . && tsgo -b --noEmit",
|
|
"release": "bun run scripts/release.mjs"
|
|
},
|
|
"keywords": [],
|
|
"author": "Uglyboy",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@tsconfig/bun": "^1.0.0",
|
|
"@types/mustache": "^4.2.0",
|
|
"bun-types": "^1.3.14",
|
|
"esbuild": "^0.28.0",
|
|
"solid-js": "^1.9.12",
|
|
"vite": "^8.0.0",
|
|
"vite-plugin-solid": "^2.11.12"
|
|
},
|
|
"dependencies": {
|
|
"@inkweave/core": "^2.3.1",
|
|
"@inkweave/plugins": "^2.3.1",
|
|
"@inkweave/solidjs": "^2.3.1",
|
|
"zustand": "^5.0.0",
|
|
"mustache": "^4.2.0"
|
|
},
|
|
"peerDependencies": {
|
|
"obsidian": ">=0.15.0"
|
|
}
|
|
}
|