UNPKG

@yotoplay/twee2yoto

Version:

Convert Twine/Twee JSON to Yoto format

63 lines (62 loc) 1.56 kB
{ "name": "@yotoplay/twee2yoto", "description": "Convert Twine/Twee JSON to Yoto format", "main": "dist/index.js", "types": "dist/index.d.ts", "type": "module", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" } }, "files": [ "dist", "README.md" ], "scripts": { "build": "tsc", "test": "vitest run", "test:watch": "vitest", "lint": "eslint .", "format": "prettier --check .", "format:fix": "prettier --write .", "typecheck": "tsc --noEmit", "prepublishOnly": "npm run build && npm test", "release": "semantic-release" }, "keywords": [ "twine", "twee", "yoto", "converter", "interactive-fiction", "audio" ], "author": "Yoto", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/yotoplay/twee2yoto.git" }, "bugs": { "url": "https://github.com/yotoplay/twee2yoto/issues" }, "homepage": "https://github.com/yotoplay/twee2yoto#readme", "devDependencies": { "@semantic-release/changelog": "^6.0.3", "@semantic-release/commit-analyzer": "^13.0.1", "@semantic-release/git": "^10.0.1", "@semantic-release/github": "^11.0.3", "@semantic-release/npm": "^12.0.2", "@semantic-release/release-notes-generator": "^14.0.3", "@tsconfig/node20": "^20.1.2", "@types/node": "^20.0.0", "eslint": "^9.15.0", "prettier": "^3.3.3", "semantic-release": "^24.2.7", "typescript": "^5.6.3", "vitest": "^3.2.3" }, "version": "1.2.0" }