mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
80 lines
2.5 KiB
JSON
80 lines
2.5 KiB
JSON
{
|
|
"name": "gradido-dlt-connector",
|
|
"version": "2.2.1",
|
|
"description": "Gradido DLT-Connector",
|
|
"main": "src/index.ts",
|
|
"repository": "https://github.com/gradido/gradido/",
|
|
"author": "Dario Rekowski",
|
|
"license": "Apache-2.0",
|
|
"private": false,
|
|
"scripts": {
|
|
"build": "tsc --build",
|
|
"clean": "tsc --build --clean",
|
|
"start": "cross-env TZ=UTC TS_NODE_BASEURL=./build node -r tsconfig-paths/register build/src/index.js",
|
|
"dev": "cross-env TZ=UTC nodemon -w src --ext ts --exec ts-node -r dotenv/config -r tsconfig-paths/register src/index.ts",
|
|
"lint": "eslint --max-warnings=0 --ext .js,.ts .",
|
|
"test": "cross-env TZ=UTC NODE_ENV=development jest --runInBand --forceExit --detectOpenHandles"
|
|
},
|
|
"dependencies": {
|
|
"@apollo/server": "^4.7.5",
|
|
"@apollo/utils.fetcher": "^3.0.0",
|
|
"@iota/client": "^2.2.4",
|
|
"bip32-ed25519": "^0.0.4",
|
|
"bip39": "^3.1.0",
|
|
"body-parser": "^1.20.2",
|
|
"class-validator": "^0.14.0",
|
|
"cors": "^2.8.5",
|
|
"cross-env": "^7.0.3",
|
|
"decimal.js-light": "^2.5.1",
|
|
"dlt-database": "file:../dlt-database",
|
|
"dotenv": "10.0.0",
|
|
"express": "4.17.1",
|
|
"express-slow-down": "^2.0.1",
|
|
"graphql": "^16.7.1",
|
|
"graphql-request": "^6.1.0",
|
|
"graphql-scalars": "^1.22.2",
|
|
"helmet": "^7.1.0",
|
|
"jose": "^5.2.2",
|
|
"log4js": "^6.7.1",
|
|
"nodemon": "^2.0.20",
|
|
"protobufjs": "^7.2.5",
|
|
"reflect-metadata": "^0.1.13",
|
|
"sodium-native": "^4.0.4",
|
|
"tsconfig-paths": "^4.1.2",
|
|
"type-graphql": "^2.0.0-beta.2",
|
|
"uuid": "^9.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint-community/eslint-plugin-eslint-comments": "^3.2.1",
|
|
"@graphql-tools/mock": "^9.0.0",
|
|
"@types/cors": "^2.8.13",
|
|
"@types/jest": "^27.0.2",
|
|
"@types/node": "^18.11.18",
|
|
"@types/sodium-native": "^2.3.5",
|
|
"@types/uuid": "^8.3.4",
|
|
"@typescript-eslint/eslint-plugin": "^5.57.1",
|
|
"@typescript-eslint/parser": "^5.57.1",
|
|
"eslint": "^8.37.0",
|
|
"eslint-config-prettier": "^8.8.0",
|
|
"eslint-config-standard": "^17.0.0",
|
|
"eslint-import-resolver-typescript": "^3.5.4",
|
|
"eslint-plugin-dci-lint": "^0.3.0",
|
|
"eslint-plugin-import": "^2.27.5",
|
|
"eslint-plugin-jest": "^27.2.1",
|
|
"eslint-plugin-n": "^15.7.0",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"eslint-plugin-promise": "^6.1.1",
|
|
"eslint-plugin-security": "^1.7.1",
|
|
"jest": "^27.2.4",
|
|
"prettier": "^2.8.7",
|
|
"ts-jest": "^27.0.5",
|
|
"ts-node": "^10.9.1",
|
|
"typeorm": "^0.3.17",
|
|
"typeorm-extension": "^3.0.1",
|
|
"typescript": "^4.9.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
}
|