palauth-iam-node/package.json

33 lines
861 B
JSON
Raw Permalink Normal View History

2023-12-23 12:05:21 +00:00
{
2024-01-16 13:39:03 +00:00
"name": "@paltiverse/palauth-iam-node",
"version": "1.0.2",
2023-12-23 12:41:11 +00:00
"publishConfig": {
2024-01-16 13:39:03 +00:00
"registry": "https://gitea.palk.me/api/packages/paltiverse/npm/"
2023-12-23 12:41:11 +00:00
},
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"
}
}