pepunamessdk
Version:
TypeScript SDK for Pepu Name Service - Simple domain name resolution to wallet addresses
49 lines • 1.36 kB
JSON
{
"name": "pepunamessdk",
"version": "1.0.0",
"description": "TypeScript SDK for Pepu Name Service - Simple domain name resolution to wallet addresses",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"clean": "rimraf dist",
"prepublishOnly": "npm run clean && npm run build",
"test": "jest",
"test:watch": "jest --watch"
},
"keywords": [
"pepu",
"name-service",
"domain",
"resolution",
"blockchain",
"ethereum",
"web3"
],
"author": "Pepu Name Service Team",
"license": "MIT",
"dependencies": {
"ethers": "^6.8.1"
},
"devDependencies": {
"@types/node": "^20.10.0",
"typescript": "^5.3.0",
"rimraf": "^5.0.5",
"jest": "^29.7.0",
"@types/jest": "^29.5.0",
"ts-jest": "^29.1.0"
},
"files": [
"dist/**/*",
"README.md"
],
"repository": {
"type": "git",
"url": "https://github.com/your-org/pepu-name-service-sdk.git"
},
"bugs": {
"url": "https://github.com/your-org/pepu-name-service-sdk/issues"
},
"homepage": "https://github.com/your-org/pepu-name-service-sdk#readme"
}