Initial commit: BTC/USDT Trading View with technical indicators
This commit is contained in:
15
package.json
Normal file
15
package.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user