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.
38 lines
747 B
JSON
38 lines
747 B
JSON
{
|
|
"name": "oaer",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"files": [
|
|
"dist",
|
|
"index.d.ts"
|
|
],
|
|
"main": "./dist/oaer.umd.cjs",
|
|
"module": "./dist/oaer.js",
|
|
"types": "./index.d.ts",
|
|
"exports": {
|
|
"types": "./index.d.ts",
|
|
"import": "./dist/oaer.js",
|
|
"require": "./dist/oaer.umd.cjs"
|
|
},
|
|
"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"
|
|
}
|
|
}
|