mirror of
https://github.com/ershisan99/create-react-component.git
synced 2025-12-16 12:33:04 +00:00
24 lines
678 B
JSON
24 lines
678 B
JSON
{
|
|
"name": "@ershisan99/create-react-component",
|
|
"version": "0.1.8",
|
|
"private": false,
|
|
"repository": "https://github.com/ershisan99/create-react-component",
|
|
"description": "A simple CLI tool to create react component",
|
|
"files": [
|
|
"dist",
|
|
"postinstall.js"
|
|
],
|
|
"dependencies": {
|
|
"@ershisan99/go-npm": "^0.1.14"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "go-npm install",
|
|
"preuninstall": "go-npm uninstall"
|
|
},
|
|
"goBinary": {
|
|
"name": "create-react-component",
|
|
"path": "./bin",
|
|
"url": "https://github.com/ershisan99/create-react-component/releases/download/v{{version}}/create-react-component_{{version}}_{{platform}}_{{arch}}.tar.gz"
|
|
}
|
|
}
|