2n-helios-client
Version:
2n client for Node
27 lines (26 loc) • 589 B
JSON
{
"name": "2n-helios-client",
"version": "1.0.9",
"description": "2n client for Node",
"types": "lib/index.d.ts",
"main": "lib/index.js",
"type": "module",
"files": ["lib/**/*"],
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"version": "git add -A src",
"postversion": "git push && git push --tags"
},
"author": "Joshua Burkhalter",
"keywords": ["2n", "Helios"],
"license": "ISC",
"dependencies": {
"@types/node": "^20.6.1",
"axios": "^1.5.0",
"dayjs": "^1.11.9"
},
"devDependencies": {
"typescript": "^5.2.2"
}
}