mirror of https://github.com/veypi/OneAuth.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
581 B
JSON
31 lines
581 B
JSON
{
|
|
"name": "@veypi/oaer",
|
|
"author": "veypi",
|
|
"version": "0.3.0",
|
|
"type": "module",
|
|
"main": "./lib/main.ts",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build"
|
|
},
|
|
"devDependencies": {
|
|
"sass": "^1.77.6",
|
|
"typescript": "^5.4.5",
|
|
"vite": "^5.2.10",
|
|
"vite-plugin-css-injected-by-js": "^3.5.2"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/veypi/oneauth/oaer"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"axios": "^1.7.2",
|
|
"mitt": "^3.0.1",
|
|
"webdav": "^5.7.1"
|
|
}
|
|
}
|