UNPKG

create-midnight-app

Version:

🌙 Scaffold for building Midnight smart contracts with dynamic type detection and automated CLI generation

52 lines (51 loc) • 1.16 kB
{ "name": "create-midnight-app", "version": "2.1.7", "description": "🌙 Scaffold for building Midnight smart contracts with dynamic type detection and automated CLI generation", "author": "Kaleab", "license": "MIT", "bin": { "create-midnight-app": "./bin/create-midnight-app.js" }, "files": [ "bin", "lib", "templates" ], "keywords": [ "midnight", "blockchain", "smart-contracts", "compact", "scaffold", "cli-generator", "zk-proofs", "crypto", "web3" ], "repository": { "type": "git", "url": "https://github.com/kaleababayneh/create-midnight-app.git" }, "bugs": { "url": "https://github.com/kaleababayneh/create-midnight-app/issues" }, "homepage": "https://github.com/kaleababayneh/create-midnight-app#readme", "type": "module", "engines": { "node": ">=18.0.0" }, "dependencies": { "commander": "^11.1.0", "fs-extra": "^11.2.0", "chalk": "^5.3.0", "ora": "^8.0.1" }, "devDependencies": { "@types/fs-extra": "^11.0.4" }, "scripts": { "validate": "node validate.js", "prepublishOnly": "npm run validate" } }