26 lines
733 B
JSON
26 lines
733 B
JSON
{
|
|
"name": "as4-411",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"description": "Directory and discovery service for AS4, SS7, and messaging gateways",
|
|
"scripts": {
|
|
"build": "pnpm -r run build",
|
|
"lint": "eslint . --ext .ts,.tsx",
|
|
"format": "prettier --write \"**/*.{ts,tsx,json,md,yaml,yml}\"",
|
|
"format:check": "prettier --check \"**/*.{ts,tsx,json,md,yaml,yml}\"",
|
|
"test": "pnpm -r run test"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.10.0",
|
|
"@typescript-eslint/eslint-plugin": "^6.19.0",
|
|
"@typescript-eslint/parser": "^6.19.0",
|
|
"eslint": "^8.56.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"prettier": "^3.2.0",
|
|
"typescript": "^5.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
}
|