cp-app
Version:
Easily bootstrap a new permissionless app based on permissionless.js and your favourite tooling!
50 lines (47 loc) • 1.26 kB
JSON
{
"name": "cp-app",
"version": "0.0.1",
"description": "Easily bootstrap a new permissionless app based on permissionless.js and your favourite tooling!",
"author": "SouravInsights <souravinsights@gmail.com> (https://souravinsights.com)",
"repository": "github.com:SouravInsights/permissionless.js.git",
"maintainers": [],
"module": "index.ts",
"type": "module",
"license": "MIT",
"keywords": [
"cli",
"create-permissionless-app",
"init.tips",
"next.js",
"permissionless",
"ethers.js",
"viem",
"typescript"
],
"scripts": {
"build": "bun build --target=node ./src/index.ts --outfile=dist/index.js && bun run build:declaration",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@types/bun": "latest",
"@types/react": "^18.2.48",
"prettier": "^3.2.4",
"typescript": "^5.3.3"
},
"peerDependencies": {
"typescript": "^5.0.0",
"@clack/core": "^0.3.3",
"@clack/prompts": "^0.7.0",
"chalk": "^5.3.0",
"commander": "^11.1.0",
"figlet": "^1.7.0",
"gradient-string": "^2.0.2",
"ora": "^8.0.1"
},
"dependencies": {
"fs-extra": "^11.2.0",
"next": "latest",
"react": "latest",
"react-dom": "latest"
}
}