{ "name": "@txtdot/dalet", "version": "1.0.0-pre0", "description": "Dalet realization in typescript", "main": "dist/lib.js", "types": "dist/lib.d.ts", "files": [ "/dist" ], "scripts": { "build": "tsc", "start": "node ./dist/index.js", "bstart": "tsc && node ./dist/index.js" }, "repository": { "type": "git", "url": "git+https://github.com/TxtDot/dalet.git" }, "keywords": [ "dalet", "markup-language", "markup", "language", "web" ], "author": "artegoser", "license": "MIT", "bugs": { "url": "https://github.com/TxtDot/dalet/issues" }, "homepage": "https://github.com/TxtDot/dalet#readme", "devDependencies": { "@eslint/js": "^9.7.0", "eslint": "9.x", "globals": "^15.8.0", "typescript": "^5.5.4", "typescript-eslint": "^7.17.0" }, "dependencies": { "@msgpack/msgpack": "3.0.0-beta2", "zod": "^3.23.8" } }