2023-01-20 17:48:34 +01:00
|
|
|
{
|
|
|
|
"name": "mangrove-reviews-typescript",
|
2024-12-31 20:22:28 +01:00
|
|
|
"version": "1.3.0",
|
2023-01-20 17:48:34 +01:00
|
|
|
"description": "A library to interface with Mangrove.reviews",
|
2023-01-22 01:06:27 +01:00
|
|
|
"main": "dist/index.js",
|
2023-01-22 01:06:42 +01:00
|
|
|
"types": "dist/index.d.ts",
|
2023-01-20 17:48:34 +01:00
|
|
|
"scripts": {
|
2023-01-21 21:28:22 +01:00
|
|
|
"build": "tsc -project ."
|
2023-01-20 17:48:34 +01:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/pietervdvn/Mangrove-reviews-typescript.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"mangrove",
|
|
|
|
"reviews"
|
|
|
|
],
|
|
|
|
"author": "Pieter Vander Vennet",
|
|
|
|
"license": "GPL-2.0-only",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/pietervdvn/Mangrove-reviews-typescript/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/pietervdvn/Mangrove-reviews-typescript#readme",
|
|
|
|
"dependencies": {
|
|
|
|
"axios": "^1.2.3",
|
|
|
|
"jose": "^4.11.2",
|
|
|
|
"jwk-to-pem": "^2.0.5",
|
|
|
|
"typescript": "^4.9.4"
|
2023-01-21 22:09:48 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/jwk-to-pem": "^2.0.1"
|
2023-01-20 17:48:34 +01:00
|
|
|
}
|
|
|
|
}
|