UNPKG

@qualipool/swissrets-json

Version:
65 lines (64 loc) 1.71 kB
{ "name": "@qualipool/swissrets-json", "version": "3.0.0-alpha.9", "description": "A swiss real estate transfer standard.", "publishConfig": { "registry": "https://registry.npmjs.org/" }, "main": "dist/src/ts/index.js", "types": "dist/src/ts/index.d.ts", "files": [ "dist/src/ts", "dist/examples", "dist/schema", "dist/docs" ], "scripts": { "test": "jest --config ./jest.config.js", "lint": "eslint .", "lint:fix": "eslint . --fix", "clean": "del-cli ./dist", "build": "npm run clean && tsc --project tsconfig.build.json", "generate-model": "scripts/generate-typescript-model.sh" }, "repository": { "type": "git", "url": "git+https://github.com/qualipool/swissrets-json.git" }, "keywords": [ "swissrets", "json", "standard", "switzerland", "realestatestandards" ], "author": "Vereinigung Qualipool <hello@qualipool.ch>", "license": "MIT", "bugs": { "url": "https://github.com/qualipool/swissrets-json/issues" }, "homepage": "https://github.com/qualipool/swissrets-json#readme", "devDependencies": { "@eslint/js": "^9.17.0", "@types/jest": "^29.5.14", "del-cli": "^6.0.0", "eslint": "^9.17.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-jest": "^28.10.0", "eslint-plugin-jsonc": "^2.18.2", "eslint-plugin-prettier": "^5.2.1", "jest": "^29.7.0", "prettier": "^3.5.0", "quicktype": "23.0.171", "ts-jest": "^29.2.5", "typescript": "^5.7.3", "typescript-eslint": "^8.18.2" }, "dependencies": { "@types/lodash": "^4.17.13", "lodash": "^4.17.21", "tslib": "^2.8.1", "ajv": "^8.17.1", "ajv-formats": "^3.0.1" } }