24 lines
474 B
JSON
24 lines
474 B
JSON
{
|
|
"name": "eklase-api-wrapper",
|
|
"version": "0.1.0",
|
|
"main": "dist/index.js",
|
|
"dependencies": {
|
|
"axios": "^1.13.2",
|
|
"playwright-core": "^1.58.0"
|
|
},
|
|
"description": "TypeScript Bun wrapper for the e-klase authentication API with tests.",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "bun build",
|
|
"test": "bun test"
|
|
},
|
|
"types": "dist/index.d.ts",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@types/bun": "latest"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5"
|
|
}
|
|
}
|