{ "name": "@txtdot/dalet", "version": "1.0.0-pre1", "description": "Dalet implementation in typescript", "main": "dist/lib.js", "types": "dist/lib.d.ts", "files": [ "/dist" ], "scripts": { "build": "tsc", "prepublishOnly": "npm run build", "start": "node ./dist/index.js", "bstart": "tsc && node ./dist/index.js", "lint": "eslint ./src", "lint:fix": "eslint ./src --fix" }, "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": { "zod": "^3.23.8" } }