{ "name": "@syndicate-lang/create", "version": "0.11.0", "description": "Create a new Syndicate/js package", "author": "Tony Garnock-Jones ", "homepage": "https://github.com/syndicate-lang/syndicate-js/tree/main/packages/create", "license": "GPL-3.0+", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://git.syndicate-lang.org/syndicate-lang/syndicate-js" }, "bin": { "create": "./bin/run" }, "scripts": { "prepare": "yarn compile && yarn prepare-template", "compile": "../../node_modules/.bin/tsc", "compile:watch": "../../node_modules/.bin/tsc -w", "prepare-template": "mkdir -p lib && cd template && zip -q -r ../lib/syndicate-template.zip .", "clean": "rm -rf lib", "veryclean": "yarn run clean && rm -rf node_modules" }, "main": "lib/create.js", "dependencies": { "unzipper": "^0.10.11", "yargs": "^16.2.0" }, "devDependencies": { "@types/unzipper": "^0.10.5", "@types/yargs": "^15.0" } }