{ "name": "@preserves/schema", "version": "0.9.0", "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.15.0", "@types/glob": "^7.1.3", "@types/minimatch": "^3.0.3", "chalk": "^4.1.0", "chokidar": "^3.5.1", "commander": "^7.2.0", "glob": "^7.1.6", "minimatch": "^3.0.4" } }