Skip to content

Instantly share code, notes, and snippets.

@maecapozzi
Created July 27, 2020 11:21
Show Gist options
  • Save maecapozzi/d02f00844b0fca5c1771950d8cbcf08d to your computer and use it in GitHub Desktop.
Save maecapozzi/d02f00844b0fca5c1771950d8cbcf08d to your computer and use it in GitHub Desktop.
Sample package.json
{
"name": "@constellation-components/button",
"author": "maecapozzi <maecapozzi@gmail.com>",
"version": "1.0.3-alpha.0",
"description": "A button component",
"main": "./dist/button.js",
"types": "./dist/button.d.ts",
"scripts": {
"build": "tsc -p ./tsconfig.json"
},
"files": ["dist"],
"homepage": "<https://github.com/maecapozzi/constellation#readme>",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maecapozzi/constellation.git"
},
"dependencies": {
"reakit": "^1.1.2"
},
"peerDependencies": {
"react": "^16.13.1"
},
"gitHead": "d7bedb310ef88ee4e6a43c8fee5a59b77398ab85"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment