usxi/package.json

20 lines
420 B
JSON

{
"name": "@finvis/usxi",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"lint": "eslint . --fix"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@tsconfig/node-lts": "^18.12.5",
"@types/node": "^20.8.2",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"eslint": "^8.50.0",
"typescript": "^5.2.2"
}
}