chore: init
This commit is contained in:
23
package.json
Normal file
23
package.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user