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.
OneAuth/oaer/package.json

31 lines
581 B
JSON

{
4 weeks ago
"name": "@veypi/oaer",
"author": "veypi",
"version": "0.3.0",
"type": "module",
4 weeks ago
"main": "./lib/main.ts",
"files": [
4 weeks ago
"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": {
1 month ago
"axios": "^1.7.2",
4 weeks ago
"mitt": "^3.0.1",
"webdav": "^5.7.1"
}
}