{ "name": "@preserves/schema", "version": "0.994.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 && yarn copy-schema && ../schema-cli/bin/preserves-schema-ts.js --output ./src/gen ./dist:*.prs", "clean": "rm -rf lib dist", "prepare": "yarn compile && yarn rollup && yarn copy-schema && cp preserves-schema-browser.js dist/", "compile": "tsc", "compile:watch": "yarn compile -w", "rollup": "rollup -c", "rollup:watch": "yarn rollup -w", "copy-schema": "mkdir -p ./dist && cp -a ../../../../schema/schema.prs ../../../../schema/host.prs ./dist", "test": "jest", "test:watch": "jest --watch", "veryclean": "yarn run clean && rm -rf node_modules" }, "dependencies": { "@preserves/core": "^0.994.0" } }