59 lines
1.8 KiB
JSON
59 lines
1.8 KiB
JSON
{
|
|
"name": "chain138-snap",
|
|
"version": "0.1.2",
|
|
"description": "Chain 138 (DeFi Oracle Meta Mainnet) and ALL Mainnet Snap: networks, token list, market data, swap quotes, CCIP and Trustless bridge routes for MetaMask.",
|
|
"homepage": "https://github.com/bis-innovations/chain138-snap#readme",
|
|
"bugs": {
|
|
"url": "https://github.com/bis-innovations/chain138-snap/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/bis-innovations/chain138-snap.git"
|
|
},
|
|
"license": "(MIT-0 OR Apache-2.0)",
|
|
"main": "./dist/bundle.js",
|
|
"files": [
|
|
"dist/",
|
|
"images/",
|
|
"snap.manifest.json"
|
|
],
|
|
"scripts": {
|
|
"allow-scripts": "pnpm --filter root run allow-scripts",
|
|
"build": "mm-snap build",
|
|
"build:clean": "pnpm run clean && pnpm run build",
|
|
"clean": "rimraf dist",
|
|
"lint": "yarn lint:eslint && yarn lint:misc --check",
|
|
"lint:eslint": "eslint . --cache --ext js,ts",
|
|
"lint:fix": "pnpm run lint:eslint --fix && pnpm run lint:misc --write",
|
|
"lint:misc": "prettier '**/*.json' '**/*.md' '**/*.yml' '!.yarnrc.yml' --ignore-path ../../.gitignore --no-error-on-unmatched-pattern",
|
|
"prepublishOnly": "mm-snap manifest",
|
|
"serve": "mm-snap serve",
|
|
"start": "mm-snap watch",
|
|
"test": "jest"
|
|
},
|
|
"dependencies": {
|
|
"@metamask/snaps-sdk": "10.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@jest/globals": "^29.5.0",
|
|
"@metamask/providers": "^22.1.0",
|
|
"@metamask/snaps-cli": "^8.3.0",
|
|
"@metamask/snaps-jest": "^9.8.0",
|
|
"@types/jest": "^29.5.0",
|
|
"@types/react": "18.2.4",
|
|
"@types/react-dom": "18.2.4",
|
|
"eslint": "^9.39.2",
|
|
"jest": "^29.5.0",
|
|
"rimraf": "^5.0.5",
|
|
"ts-jest": "^29.1.0",
|
|
"typescript": "~5.9.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.6.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"registry": "https://registry.npmjs.org/"
|
|
}
|
|
}
|