2023-12-23 12:05:21 +00:00
|
|
|
{
|
2023-12-23 12:41:11 +00:00
|
|
|
"name": "@paltiverse-public/palauth-iam-node",
|
2023-12-23 12:55:51 +00:00
|
|
|
"version": "1.0.1",
|
2023-12-23 12:41:11 +00:00
|
|
|
"repository": "https://gitlab.palk.me/paltiverse-public/palauth-iam-node.git",
|
|
|
|
"publishConfig": {
|
|
|
|
"registry": "https://gitlab.palk.me/api/v4/projects/57/packages/npm/"
|
|
|
|
},
|
2023-12-23 12:05:21 +00:00
|
|
|
"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",
|
2023-12-23 12:41:11 +00:00
|
|
|
"typescript": "5.x"
|
2023-12-23 12:05:21 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"build": "tsc",
|
|
|
|
"prepublishOnly": "yarn run build"
|
|
|
|
},
|
2023-12-23 12:55:51 +00:00
|
|
|
"type": "module",
|
2023-12-23 12:05:21 +00:00
|
|
|
"main": "build/index.js",
|
|
|
|
"types": "build/index.d.ts",
|
|
|
|
"packageManager": "yarn@4.0.2",
|
|
|
|
"dependencies": {
|
|
|
|
"utility-types": "^3.10.0",
|
|
|
|
"wretch": "^2.7.1"
|
|
|
|
}
|
|
|
|
}
|