{ "name": "tiscript2json", "version": "1.0.0", "description": "A Node.js implementation of TiScript", "main": "index.mjs", "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "FUJI Goro", "license": "ISC", "dependencies": { "typescript": "^5.5.3" } }