stock-indicator
Version:
Stock Indicator Library
30 lines (29 loc) • 618 B
JSON
{
"name": "stock-indicator",
"version": "1.0.8",
"description": "Stock Indicator Library",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"respository": {
"type": "git",
"url": ""
},
"scripts": {
"prebuild": "rimraf dist",
"build": "npx tsc -p .",
"test": "nodemon --watch test/**/*.ts --watch src/**/*.ts --exec ts-node test/index.ts"
},
"keywords": [
"stock",
"indicator",
"股票",
"指标"
],
"author": "张大强",
"license": "ISC",
"devDependencies": {
"@types/node": "^22.13.13",
"rimraf": "^6.0.1",
"typescript": "^5.8.2"
}
}