16 lines
381 B
JSON
16 lines
381 B
JSON
{
|
|
"name": "bini-trading-view",
|
|
"version": "1.0.0",
|
|
"description": "Bitcoin Real-time Trading View with Technical Indicators",
|
|
"main": "index.html",
|
|
"scripts": {
|
|
"start": "npx http-server -p 3000 -o"
|
|
},
|
|
"keywords": ["bitcoin", "trading", "chart", "technical-analysis"],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"http-server": "^14.1.1"
|
|
}
|
|
}
|