30 lines
826 B
JSON
30 lines
826 B
JSON
{
|
|
"name": "@paltiverse/palauth-iam-node",
|
|
"version": "1.0.0",
|
|
"repository": "https://gitlab.palk.me/paltiverse-public/palauth-iam-node",
|
|
"devDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^6.4.0",
|
|
"@typescript-eslint/parser": "^6.15.0",
|
|
"eslint": "^8.0.1",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-import": "^2.25.2",
|
|
"eslint-plugin-n": "^15.0.0 || ^16.0.0 ",
|
|
"eslint-plugin-prettier": "^5.1.1",
|
|
"eslint-plugin-promise": "^6.0.0",
|
|
"eslint_d": "^13.1.2",
|
|
"prettier": "^3.1.1",
|
|
"typescript": "^5.3.3"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"prepublishOnly": "yarn run build"
|
|
},
|
|
"main": "build/index.js",
|
|
"types": "build/index.d.ts",
|
|
"packageManager": "yarn@4.0.2",
|
|
"dependencies": {
|
|
"utility-types": "^3.10.0",
|
|
"wretch": "^2.7.1"
|
|
}
|
|
}
|