@writeshh/nepse-sdk
Version:
Node.js wrapper around NepseUnofficialApi (Python)
46 lines (45 loc) • 941 B
JSON
{
"name": "@writeshh/nepse-sdk",
"version": "0.1.2",
"description": "Node.js wrapper around NepseUnofficialApi (Python)",
"main": "src/index.js",
"types": "types/index.d.ts",
"type": "commonjs",
"bin": {
"nepse-node": "bin/nepse-node.js"
},
"scripts": {
"postinstall": "node scripts/postinstall.js",
"test": "node -e \"console.log('ok')\""
},
"engines": {
"node": ">=18"
},
"keywords": [
"nepse",
"nepalstock",
"stocks",
"wrapper",
"python"
],
"author": "writeshh",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/writeshh/nepse-sdk.git"
},
"bugs": {
"url": "https://github.com/writeshh/nepse-sdk/issues"
},
"homepage": "https://github.com/writeshh/nepse-sdk#readme",
"files": [
"src/",
"bin/",
"bridge/nepse_bridge.py",
"scripts/",
"types/",
"changelogs.md",
"README.md",
"LICENSE"
]
}