create-ipfs-app
Version:
Create IPFS apps with no build configuration.
57 lines (56 loc) • 1.18 kB
JSON
{
"name": "create-ipfs-app",
"version": "1.1.3",
"keywords": [
"react",
"ipfs",
"moralis",
"web3",
"infura",
"pinata",
"filebase"
],
"description": "Create IPFS apps with no build configuration.",
"repository": {
"type": "git",
"url": "https://github.com/alexbakers/create-ipfs-app",
"directory": "packages/create-ipfs-app"
},
"license": "MIT",
"engines": {
"node": ">=14"
},
"bugs": {
"url": "https://github.com/alexbakers/create-ipfs-app/issues"
},
"files": [
"public/*",
"index.js",
"createIpfsApp.js"
],
"bin": {
"create-ipfs-app": "./index.js"
},
"scripts": {
"test": "cross-env FORCE_COLOR=true jest"
},
"dependencies": {
"chalk": "^4.1.2",
"commander": "^4.1.1",
"cross-spawn": "^7.0.3",
"envinfo": "^7.8.1",
"fs-extra": "^10.0.0",
"gradient-string": "^2.0.1",
"hyperquest": "^2.1.3",
"prompts": "^2.4.2",
"replace-in-file": "^6.3.5",
"semver": "^7.3.5",
"tar-pack": "^3.4.1",
"tmp": "^0.2.1",
"validate-npm-package-name": "^3.0.0"
},
"devDependencies": {
"cross-env": "^7.0.3",
"jest": "^27.4.3"
}
}