syndicate-js/todo/create/package.json

33 lines
762 B
JSON

{
"name": "@syndicate-lang/create",
"description": "Create a new Syndicate/js package",
"version": "0.0.5",
"author": "Tony Garnock-Jones <tonyg@leastfixedpoint.com>",
"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"
]
}