@skalenetwork/ima-js
Version:
Simple TS/JS library to interact with SKALE IMA
65 lines (64 loc) • 1.94 kB
JSON
{
"name": "@skalenetwork/ima-js",
"version": "2.0.0",
"description": "Simple TS/JS library to interact with SKALE IMA",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"prepare": "tsc",
"prepack": "tsc --build",
"clean": "tsc --build --clean",
"start": "ts-node src/index.ts",
"test": "env DEBUG=* TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\", \"target\": \"ES2020\" }' mocha -t 300000 -r ts-node/register 'test/**/*Test.ts'",
"deploy-tokens": "bash ./scripts/deploy_test_tokens.sh",
"deploy-s2s-tokens": "bash ./scripts/deploy_s2s_tokens.sh",
"lint": "eslint --ext .js,.jsx,.ts,.tsx --fix src/",
"version": "node -e \"console.log(require('./package.json').version);\""
},
"keywords": [
"skale",
"web3",
"ethers",
"ethereum"
],
"author": "SKALE Labs",
"license": "LGPL-3.0-only",
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"devDependencies": {
"@nomiclabs/buidler": "^1.4.8",
"@types/chai": "^4.2.14",
"@types/chai-almost": "^1.0.1",
"@types/chai-as-promised": "^7.1.3",
"@types/debug": "^4.1.7",
"@types/minimist": "^1.2.0",
"@types/mocha": "^8.2.0",
"@types/node": "^14.14.28",
"@types/sinon-chai": "^3.2.5",
"chai": "^4.2.0",
"chai-almost": "^1.0.1",
"chai-arrays": "^2.2.0",
"chai-as-promised": "^7.1.1",
"dotenv": "^10.0.0",
"husky": "^5.0.9",
"mocha": "^9.2.2",
"prettier": "^2.2.1",
"pretty-quick": "^3.1.0",
"ts-node": "^9.1.1",
"typescript": "^5.1.6",
"eslint": "8.46.0",
"eslint-config-prettier": "9.0.0",
"eslint-config-standard-with-typescript": "37.0.0",
"@typescript-eslint/eslint-plugin": "5.60.0",
"eslint-plugin-import": "2.28.0",
"eslint-plugin-n": "16.0.1",
"eslint-plugin-promise": "6.1.1"
},
"dependencies": {
"ethers": "6.7.1",
"tslog": "^4.9.2"
}
}