@telstra/core
Version:
Telstra SDK Core
53 lines • 1.3 kB
JSON
{
"name": "@telstra/core",
"version": "0.0.1",
"description": "Telstra SDK Core",
"main": "dist/index.js",
"type": "module",
"module": "dist",
"types": "dist/index.d.ts",
"license": "Apache-2.0",
"keywords": [
"Telstra",
"SDK",
"Telstra SDK Core"
],
"engines": {
"node": ">=18.0.0"
},
"author": "Telstra Developer <telstradev@team.telstra.com> (https://dev.telstra.com)",
"repository": {
"type": "git",
"url": "https://github.com/telstra/telstra-sdk-node.git"
},
"bugs": {
"url": "https://github.com/telstra/telstra-sdk-node/issues"
},
"dependencies": {
"axios": "^1.7.9",
"dotenv": "^16.4.7",
"typescript": "^5.7.3",
"winston": "^3.17.0"
},
"devDependencies": {
"@types/node": "^22.13.4",
"@vitest/coverage-v8": "3.0.9",
"@vitest/ui": "3.0.9",
"lint-staged": "^15.4.3",
"prettier": "^3.5.3",
"ts-node": "^10.9.2",
"tsc-alias": "^1.8.10",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.0.9"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "vitest",
"test:ui": "vitest --ui",
"test:coverage": "vitest run --coverage",
"test:package": "vitest run",
"build": "tsc --project tsconfig.build.json && tsc-alias -p tsconfig.build.json"
}
}