talib-binding
Version:
A synchronous [TA-Lib](http://ta-lib.org/) bindings for Node.js & TypeScript.
48 lines (47 loc) • 1.17 kB
JSON
{
"name": "talib-binding",
"main": "./build/Release/talib_binding.node",
"types": "./src/talib-binding.generated.d.ts",
"version": "1.0.2",
"license": "MIT",
"files": [
"binding.gyp",
"ta-lib/",
"src/talib-binding.generated.cc",
"src/talib-binding.generated.d.ts"
],
"scripts": {
"install": "node-gyp configure build -j4"
},
"description": "A synchronous [TA-Lib](http://ta-lib.org/) bindings for Node.js & TypeScript.",
"devDependencies": {
"@types/yargs": "^13.0.3",
"@types/glob": "^7.1.1",
"@types/node": "^12.12.14",
"@types/xml2js": "^0.4.5",
"glob": "^7.1.6",
"json2ts": "^0.0.7",
"monofile-utilities": "^4.9.0",
"xml2js": "^0.4.22"
},
"dependencies": {
"nan": "^2.14.0",
"node-gyp": "^6.0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/acrazing/talib-binding-node.git"
},
"keywords": [
"talib",
"binding",
"node",
"synchronous",
"ta-lib"
],
"author": "acrazing",
"bugs": {
"url": "https://github.com/acrazing/talib-binding-node/issues"
},
"homepage": "https://github.com/acrazing/talib-binding-node#readme"
}