@tbd54566975/dwn-proxy-js
Version:
Bidirectional proxy between DWM's <> RESTful
79 lines (78 loc) • 1.96 kB
JSON
{
"name": "@tbd54566975/dwn-proxy-js",
"version": "0.0.5",
"description": "Bidirectional proxy between DWM's <> RESTful",
"type": "module",
"main": "./dist/cjs/main.cjs",
"module": "./dist/esm/main.mjs",
"types": "./dist/types/main.d.ts",
"scripts": {
"build": "rimraf dist && node bundles.js && echo '{\"type\": \"commonjs\"}' > ./dist/cjs/package.json && tsc",
"lint": "eslint . --ext .js --max-warnings 0",
"lint:fix": "eslint . --ext .js --fix"
},
"homepage": "https://github.com/TBD54566975/dwn-proxy-js",
"bugs": "https://github.com/TBD54566975/dwn-proxy-js/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/TBD54566975/dwn-proxy-js"
},
"license": "Apache-2.0",
"contributors": [
{
"name": "Kendall Weihe",
"url": "https://github.com/KendallWeihe"
},
{
"name": "Moe Jangda",
"url": "https://github.com/mistermoe"
}
],
"files": [
"dist",
"src"
],
"exports": {
".": {
"import": "./dist/esm/main.mjs",
"require": "./dist/cjs/main.cjs",
"types": "./dist/types/main.d.ts"
}
},
"keywords": [
"decentralized",
"decentralized-applications",
"decentralized-identity",
"decentralized-web",
"DID",
"sdk",
"verifiable-credentials",
"web5",
"web5-sdk",
"proxy"
],
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=18.0.0"
},
"devDependencies": {
"@types/cors": "^2.8.13",
"@types/express": "^4.17.17",
"@typescript-eslint/eslint-plugin": "5.59.0",
"@typescript-eslint/parser": "5.59.0",
"esbuild": "0.16.17",
"eslint": "8.39.0",
"rimraf": "4.4.0",
"typescript": "5.0.4"
},
"dependencies": {
"@tbd54566975/dids": "^0.1.6",
"@tbd54566975/dwn-sdk-js": "^0.0.33",
"@tbd54566975/web5-agent": "^0.1.5",
"cors": "^2.8.5",
"express": "^4.18.2",
"readable-stream": "^4.4.0"
}
}