create-tac-app
Version:
Create hybrid dApps with TAC in seconds
41 lines • 831 B
JSON
{
"name": "create-tac-app",
"version": "0.1.0",
"description": "Create hybrid dApps with TAC in seconds",
"main": "index.js",
"type": "module",
"bin": {
"create-tac-app": "./index.js"
},
"files": [
"index.js"
],
"scripts": {
"start": "node index.js"
},
"keywords": [
"tac",
"ton",
"evm",
"blockchain",
"dapp",
"cli"
],
"author": "TAC Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/TacBuild/create-tac-app/issues"
},
"homepage": "https://github.com/TacBuild/create-tac-app#readme",
"dependencies": {
"chalk": "^5.4.1",
"commander": "^13.1.0",
"figlet": "^1.8.0",
"fs-extra": "^11.3.0",
"git-clone": "^0.2.0",
"gradient-string": "^3.0.0",
"inquirer": "^12.5.0",
"ora": "^8.2.0",
"shelljs": "^0.9.2"
}
}