@coinmeca/wallet-provider
Version:
This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app).
71 lines (70 loc) • 1.82 kB
JSON
{
"name": "@coinmeca/wallet-provider",
"version": "0.1.66",
"keywords": [
"coinmeca",
"ethereum",
"web3",
"wallet",
"provider",
"wallet-provider"
],
"repository": {
"type": "git",
"url": "https://github.com/coinmeca/wallet-provider"
},
"license": "MIT",
"sideEffects": false,
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"module": "./dist/index.esm.js",
"files": [
"./dist"
],
"exports": {
".": {
"require": "./dist/index"
},
"./*": [
"./dist/*",
"./dist/*/index",
"./dist/*"
]
},
"typesVersions": {
"*": {
"*": [
"./dist/*",
"./dist/*/index",
"./dist/index"
]
}
},
"scripts": {
"start": "next start",
"dev": "next dev",
"check": "npx tsc --watch",
"build": "yarn clean && npx tsc --build --force",
"deploy": "npm publish",
"clean": "rm -rf ./dist ./build ./.next ./node_modules/.cache ./tsconfig.tsbuildinfo"
},
"dependencies": {
"@coinmeca/wallet-sdk": "0.1.66",
"next": "14.2.20",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@types/crypto-js": "^4.2.2",
"@types/node": "22.10.2",
"@types/react": "18.3.17",
"@types/react-dom": "18.3.5",
"@types/telegram-web-app": "^7.10.1",
"eslint": "9.17.0",
"eslint-config-next": "14.2.20",
"tsx": "^4.19.2",
"typescript": "^5.7.2"
},
"packageManager": "yarn@4.5.1"
}