@rarcifa/cronos-evm-client
Version:
A Node.js client library for interacting with the Cronos EVM, facilitating operations on both CRC20 and CRC721 tokens.
78 lines (77 loc) • 2.19 kB
JSON
{
"name": "@rarcifa/cronos-evm-client",
"version": "0.2.5",
"private": false,
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/cronos-labs/cronos-evm-client.git"
},
"scripts": {
"build": "tsc",
"test": "jest",
"lint": "eslint . --ext .ts",
"prepare": "npm run build",
"publish": "npm publish --access public"
},
"author": "Your Name <your.email@example.com>",
"license": "MIT",
"description": "A Node.js client library for interacting with the Cronos EVM, facilitating operations on both CRC20 and CRC721 tokens.",
"keywords": [
"cronos",
"blockchain",
"ethereum",
"evm",
"crc20",
"crc721",
"nodejs"
],
"bugs": {
"url": "https://github.com/cronos-labs/cronos-evm-client/issues"
},
"homepage": "https://github.com/cronos-labs/cronos-evm-client#readme",
"devDependencies": {
"@babel/preset-typescript": "^7.24.1",
"@jest/globals": "^27.4.6",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.6",
"@types/axios": "0.14.0",
"@types/bcrypt": "5.0.0",
"@types/cors": "2.8.12",
"@types/express": "4.17.13",
"@types/express-validator": "3.0.0",
"@types/jest": "^27.5.2",
"@types/jsonwebtoken": "9.0.2",
"@types/lodash": "4.14.181",
"@types/module-alias": "2.0.1",
"@types/node": "20.4.10",
"@types/node-cron": "^3.0.11",
"@types/node-fetch": "2.6.4",
"@types/validator": "13.7.2",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"babel-jest": "^29.7.0",
"eslint": "^8.57.0",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.2.0",
"jest": "^29.7.0",
"nodemon": "^3.0.2",
"prettier": "2.5.1",
"ts-jest": "^29.1.2",
"typescript": "^4.9.5"
},
"peerDependencies": {
"axios": "^1.6.8",
"lodash": "^4.17.21",
"tslib": "^2.6.2",
"winston": "^3.13.0"
}
}