40 lines
979 B
JSON
40 lines
979 B
JSON
{
|
|
"name": "@finvis/usxi",
|
|
"version": "1.6.0",
|
|
"description": "",
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"start": "node dist/index.js",
|
|
"build": "tsc",
|
|
"live-build": "tsc --watch",
|
|
"lint": "eslint src/ --fix",
|
|
"lint-test": "eslint test/ --fix",
|
|
"test": "jest test/ --config jest.config.ts",
|
|
"docs": "typedoc --out docs/ src/index.ts"
|
|
},
|
|
"author": "",
|
|
"license": "GPL-3.0-or-later",
|
|
"devDependencies": {
|
|
"@tsconfig/node-lts": "^18.12.5",
|
|
"@types/jest": "^29.5.5",
|
|
"@types/node": "^20.8.2",
|
|
"@typescript-eslint/eslint-plugin": "^6.7.4",
|
|
"@typescript-eslint/parser": "^6.7.4",
|
|
"eslint": "^8.50.0",
|
|
"jest": "^29.7.0",
|
|
"ts-jest": "^29.1.1",
|
|
"ts-node": "^10.9.1",
|
|
"typedoc": "^0.25.2",
|
|
"typescript": "^5.2.2"
|
|
},
|
|
"dependencies": {
|
|
"@alpacahq/alpaca-trade-api": "^3.0.1",
|
|
"dotenv": "^16.3.1",
|
|
"winston": "^3.10.0"
|
|
}
|
|
}
|