UNPKG

create-tac-app

Version:

Create hybrid dApps with TAC in seconds

56 lines (55 loc) 1.27 kB
{ "name": "create-tac-app", "version": "0.5.0", "description": "Create hybrid dApps with TAC in seconds", "main": "index.js", "type": "module", "bin": { "create-tac-app": "./index.js" }, "files": [ "index.js", "lib/" ], "scripts": { "start": "node index.js", "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js", "test:watch": "node --experimental-vm-modules node_modules/jest/bin/jest.js --watch", "lint": "eslint .", "prepare": "husky", "preversion": "npm test", "version": "git add -A", "postversion": "git push && git push --tags && npm publish" }, "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", "fs-extra": "^11.3.0", "git-clone": "^0.2.0", "inquirer": "^12.5.0", "ora": "^8.2.0" }, "devDependencies": { "@jest/globals": "^29.7.0", "eslint": "^8.56.0", "husky": "^9.0.11", "jest": "^29.7.0" }, "engines": { "node": ">=16" } }