{ "name": "@syndicate-lang/fs", "version": "0.11.5", "description": "Reflect contents of a portion of the file system as assertions", "homepage": "https://github.com/syndicate-lang/syndicate-js/tree/main/packages/fs", "license": "GPL-3.0+", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://git.syndicate-lang.org/syndicate-lang/syndicate-js" }, "module": "lib/index.js", "types": "lib/index.d.ts", "author": "Tony Garnock-Jones ", "scripts": { "prepare": "yarn regenerate && yarn compile", "regenerate": "rm -rf ./src/gen && preserves-schema-ts --output ./src/gen ./protocols/schemas", "regenerate:watch": "yarn regenerate --watch", "compile": "syndicate-tsc", "compile:watch": "syndicate-tsc -w --verbose --intermediate-directory src.ts", "clean": "rm -rf lib/ src/gen/", "veryclean": "yarn run clean && rm -rf node_modules" }, "bin": { "syndicate-fs": "./bin/syndicate-fs.js" }, "dependencies": { "@preserves/core": ">=0.20.2", "@preserves/schema": ">=0.21.2", "@syndicate-lang/core": "^0.11.8", "@syndicate-lang/service": "^0.11.4", "chokidar": "^3.5.3" }, "devDependencies": { "@syndicate-lang/ts-plugin": "^0.11.9", "@syndicate-lang/tsc": "^0.11.9" } }