trading-platform-template
Version:
CLI tool to create a new Trading Platform project template
32 lines (31 loc) • 613 B
JSON
{
"name": "trading-platform-template",
"version": "1.0.0",
"description": "CLI tool to create a new Trading Platform project template",
"main": "index.js",
"type": "module",
"bin": {
"create-trading-platform": "./bin/cli.js"
},
"files": [
"bin/",
"template/"
],
"keywords": [
"cli",
"trading-platform",
"template",
"nextjs",
"starter",
"boilerplate"
],
"dependencies": {
"chalk": "^5.4.1",
"commander": "^11.1.0",
"ora": "^7.0.1",
"prompts": "^2.4.2"
},
"publishConfig": {
"access": "public"
}
}