isa-auth-core
Version:
48 lines (47 loc) • 1.12 kB
JSON
{
"name": "isa-auth-core",
"version": "0.0.1",
"description": "auth core",
"keywords": [
"auth",
"isa",
"isa-auth",
"oauth",
"core"
],
"author": "Isa <yunjonglyu@gmail.com> (yunjongryu)",
"homepage": "https://github.com/yoonjonglyu/isa-auth#readme",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"directories": {
"dist": "dist"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/yoonjonglyu/isa-auth.git"
},
"scripts": {
"build": "rimraf dist && swc ./src -d dist --strip-leading-paths",
"type": "tsc --emitDeclarationOnly ",
"prepare": "npm run build && npm run type"
},
"bugs": {
"url": "https://github.com/yoonjonglyu/isa-auth/issues"
},
"dependencies": {
"isa-util": "^1.0.15",
"jsonwebtoken": "^9.0.2"
},
"devDependencies": {
"@swc/cli": "^0.7.7",
"@swc/core": "^1.11.29",
"@types/jsonwebtoken": "^9.0.9",
"rimraf": "^6.0.1",
"typescript": "^5.8.3"
}
}