feat: init the repo

This commit is contained in:
Pratik Bhadane
2026-03-23 23:34:28 +05:30
commit 7a5a220dfe
344 changed files with 75728 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
{
"name": "ferro-ta-wasm",
"version": "0.1.0",
"description": "WebAssembly bindings for ferro-ta technical analysis indicators",
"main": "pkg/ferro_ta_wasm.js",
"types": "pkg/ferro_ta_wasm.d.ts",
"files": ["pkg"],
"scripts": {
"build": "wasm-pack build --target nodejs --out-dir pkg",
"test": "wasm-pack test --node"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/pratikbhadane24/ferro-ta.git",
"directory": "wasm"
},
"homepage": "https://github.com/pratikbhadane24/ferro-ta#readme",
"bugs": "https://github.com/pratikbhadane24/ferro-ta/issues",
"publishConfig": {
"access": "public"
},
"devDependencies": {}
}