{ "name": "@preserves/schema", "version": "0.19.5", "description": "Schema support for Preserves data serialization format", "homepage": "https://gitlab.com/preserves/preserves", "license": "Apache-2.0", "publishConfig": { "access": "public" }, "repository": "gitlab:preserves/preserves", "main": "dist/preserves-schema.js", "module": "lib/index.js", "types": "lib/index.d.ts", "author": "Tony Garnock-Jones ", "scripts": { "regenerate": "rm -rf ./src/gen && ./bin/preserves-schema-ts.js --output ./src/gen ../../../../schema:schema.prs", "clean": "rm -rf lib dist", "prepare": "tsc && rollup -c", "rollupwatch": "rollup -c -w", "test": "jest", "testwatch": "jest --watch", "veryclean": "yarn run clean && rm -rf node_modules", "watch": "tsc -w" }, "bin": { "preserves-schema-ts": "./bin/preserves-schema-ts.js", "preserves-schemac": "./bin/preserves-schemac.js" }, "dependencies": { "@preserves/core": "^0.18.1", "@types/glob": "^7.1", "@types/minimatch": "^3.0", "chalk": "^4.1", "chokidar": "^3.5", "commander": "^7.2", "glob": "^7.1", "minimatch": "^3.0" } }