diff --git a/package.json b/package.json new file mode 100644 index 0000000..79b0524 --- /dev/null +++ b/package.json @@ -0,0 +1,12 @@ +{ + "name": "leancloud-cli", + "version": "1.0.0", + "private": true, + "description": "Leancloud cli for options curd.", + "scripts": { + "build": "goreleaser --rm-dist" + }, + "author": "afeiship", + "license": "MIT", + "homepage": "https://github.com/afeiship/leancloud-cli#readme" +}