address-auth-sdk
Version:
42 lines (41 loc) • 1 kB
JSON
{
"name": "address-auth-sdk",
"description": "",
"version": "0.9.38",
"source": "src/main.ts",
"main": "dist/main.umd.js",
"module": "dist/main.modern.module.js",
"unpkg": "dist/main.umd.js",
"types": "dist/main.d.ts",
"keywords": [
"microbundle",
"typescript"
],
"files": [
"dist/**.js*",
"dist/**/*.ts"
],
"scripts": {
"build": "microbundle --define PKG_VERSION=$npm_package_version",
"watch": "microbundle watch --define PKG_VERSION=$npm_package_version",
"test": "node --test test",
"lint": "prettier src test -c",
"format": "prettier src test --write",
"prepack": "rm -rf dist && npm run build",
"release": "npm run prepack && source .env && npx np"
},
"devDependencies": {
"microbundle": "^0.15.1"
},
"dependencies": {
"@metamask/sdk": "^0.18.2",
"axios": "^1.6.8"
},
"license": "MIT",
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"directories": {
"test": "tests"
}
}