UNPKG

@kodex-data/testing

Version:

```typescript import '@kodex-data/testing' ```

91 lines (90 loc) 2.92 kB
{ "name": "@kodex-data/testing", "version": "0.0.1-rc.6", "description": "", "main": "./index.js", "module": "./index.esm.js", "source": "./index.ts", "types": "./types/index.d.ts", "license": "MIT", "author": "WizardsOrb <wizardsorb@protonmail.com>", "homepage": "https://github.com/KodexData/kodex-data-suite#readme", "bugs": { "url": "https://github.com/KodexData/kodex-data-suite/issues" }, "repository": { "type": "git", "url": "git+https://github.com/KodexData/kodex-data-suite.git", "directory": "packages/testing" }, "contributors": [ "pseudodeterminist <pseudodeterminist@kodexdata.systems> (https://kodexdata.systems)", "oldcryptogeek <oldcryptogeek@kodexdata.systems> (https://kodexdata.systems)", "wizardsorb <wizardsorb@kodexdata.systems> (https://kodexdata.systems)", "brittanneica <brittanneica@kodexdata.systems> (https://kodexdata.systems)" ], "keywords": [ "ethers", "hardhat", "kodexdata.systems", "typechain", "typescript" ], "scripts": { "test": "env TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\", \"noImplicitAny\": true }' mocha --exit --timeout 120000 -r ts-node/register 'tests/**/*.ts'", "publish:log": "npm publish > publish.log", "prettier-format": "prettier 'source/**/*.ts' --write", "build": "npm run clean && npm run rollup", "rollup": "rollup --bundleConfigAsCjs -c rollup.config.cjs", "clean": "rm -rf types index.js index.d.ts index.esm.js index.*.map" }, "devDependencies": { "@rollup/plugin-commonjs": "^24.0.1", "@rollup/plugin-json": "^6.0.0", "@rollup/plugin-node-resolve": "^15.0.1", "@rollup/plugin-typescript": "^11.0.0", "@types/chai": "^4.3.4", "@types/fs-extra": "^11.0.1", "@types/glob": "^8.1.0", "@types/lodash": "^4.14.191", "@types/mocha": "^10.0.1", "@types/node": "^18.15.3", "@types/rollup-plugin-peer-deps-external": "^2.2.1", "chai": "^4.3.7", "dotenv": "^16.0.3", "mocha": "^10.2.0", "prettier": "^2.8.5", "rollup": "^3.19.1", "rollup-plugin-dts": "^5.3.0", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-typescript2": "^0.34.1", "ts-node": "^10.9.1", "ts-node-dev": "^2.0.0", "tslib": "^2.5.0", "typescript": "^5.0.2" }, "dependencies": { "@ethersproject/bignumber": "^5.7.0", "@ethersproject/contracts": "^5.7.0", "@ethersproject/providers": "^5.7.2", "axios": "^1.3.4", "color-prototypes": "^0.0.3", "fs-extra": "^11.1.0", "glob": "^9.3.0", "lodash": "^4.17.21", "mocha-logger": "^1.0.8", "type-fest": "^3.6.1" }, "peerDependencies": { "@ethersproject/bignumber": "*", "@ethersproject/contracts": "*", "@ethersproject/providers": "*", "chai": "*", "ethers": "*", "lodash": "^4.17.21", "mocha": "*" }, "publishConfig": { "access": "public" } }