{ "name": "@syndicate-lang/create", "description": "Create a new Syndicate/js package", "version": "0.0.4", "author": "Tony Garnock-Jones ", "bin": { "create": "./bin/run" }, "scripts": { "prepare": "which redo >/dev/null && redo || ../../do" }, "dependencies": { "@oclif/command": "^1", "@oclif/config": "^1", "@oclif/plugin-help": "^2", "unzipper": "^0.10.11" }, "homepage": "https://github.com/syndicate-lang/syndicate-js/tree/master/packages/create", "license": "GPL-3.0+", "publishConfig": { "access": "public" }, "main": "src/index.js", "oclif": { "bin": "create" }, "repository": "github:syndicate-lang/syndicate-js", "files": [ "/bin", "/src" ] }