button-library-saturday-learning
Version:
this is description
35 lines (34 loc) • 843 B
JSON
{
"name": "button-library-saturday-learning",
"version": "1.0.1",
"description": "this is description",
"main": "dist/index.cjs.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c"
},
"keywords": [
"button",
"button-library"
],
"author": "Ashish Arora",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.0",
"@babel/plugin-transform-runtime": "^7.22.15",
"@babel/preset-env": "^7.22.20",
"@babel/preset-react": "^7.22.15",
"@rollup/plugin-babel": "^6.0.3",
"rollup": "^3.29.4",
"rollup-plugin-sourcemaps": "^0.6.3",
"rollup-plugin-styles": "^4.0.0"
},
"dependencies": {
"@babel/runtime": "^7.23.1"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}