37 lines
775 B
JSON
37 lines
775 B
JSON
|
|
{
|
||
|
|
"name": "@dbis-thirdweb/http-api",
|
||
|
|
"version": "0.1.0",
|
||
|
|
"description": "HTTP API client wrapper for Chain 138",
|
||
|
|
"type": "module",
|
||
|
|
"main": "./dist/index.js",
|
||
|
|
"module": "./dist/index.js",
|
||
|
|
"types": "./dist/index.d.ts",
|
||
|
|
"exports": {
|
||
|
|
".": {
|
||
|
|
"types": "./dist/index.d.ts",
|
||
|
|
"import": "./dist/index.js"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"scripts": {
|
||
|
|
"build": "tsup src/index.ts --format cjs,esm --dts",
|
||
|
|
"lint": "eslint src",
|
||
|
|
"test": "echo \"No tests yet\""
|
||
|
|
},
|
||
|
|
"keywords": [
|
||
|
|
"thirdweb",
|
||
|
|
"http-api",
|
||
|
|
"chain-138",
|
||
|
|
"api-client"
|
||
|
|
],
|
||
|
|
"author": "",
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"@dbis-thirdweb/chain": "workspace:*"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@types/node": "^20.0.0",
|
||
|
|
"tsup": "^8.0.0",
|
||
|
|
"typescript": "^5.0.0"
|
||
|
|
}
|
||
|
|
}
|