trufflesuite/truffle

View on GitHub
packages/db-kit/package.json

Summary

Maintainability
Test Coverage
{
  "name": "@truffle/db-kit",
  "version": "0.2.36",
  "description": "Utility belt for Truffle and @truffle/db",
  "license": "MIT",
  "author": "g. nicholas d'andrea <gnidan@trufflesuite.com>",
  "homepage": "https://github.com/trufflesuite/truffle/tree/master/packages/db-kit#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/trufflesuite/truffle.git",
    "directory": "packages/db-kit"
  },
  "bugs": {
    "url": "https://github.com/trufflesuite/truffle/issues"
  },
  "main": "dist/src/index.js",
  "bin": {
    "db-kit": "./dist/bin/cli.js"
  },
  "files": [
    "dist"
  ],
  "directories": {
    "dist": "dist"
  },
  "scripts": {
    "build": "yarn build:dist && yarn build:docs",
    "build:dist": "ttsc",
    "build:docs": "typedoc",
    "clean": "rm -rf ./dist",
    "madge": "madge ./src/index.ts",
    "prepare": "yarn build",
    "test": "jest --verbose --detectOpenHandles --forceExit --passWithNoTests"
  },
  "dependencies": {
    "@truffle/codec": "^0.17.3",
    "@truffle/compile-common": "^0.9.8",
    "@truffle/compile-solidity": "^6.0.79",
    "@truffle/config": "^1.3.61",
    "@truffle/db": "^2.0.36",
    "@truffle/decoder": "^6.1.5",
    "@truffle/environment": "^0.2.160",
    "@truffle/fetch-and-compile": "^0.5.56",
    "graphql": "^15.3.0",
    "graphql-tag": "^2.12.6",
    "ink": "^3.0.8",
    "ink-big-text": "^1.2.0",
    "ink-divider": "^3.0.0",
    "ink-select-input": "^4.2.0",
    "ink-spinner": "^4.0.1",
    "ink-syntax-highlight": "^1.0.1",
    "ink-text-input": "^4.0.1",
    "meow": "^9.0.0",
    "react": "^16.8.0",
    "source-map-support": "^0.5.19",
    "web3": "1.10.0"
  },
  "devDependencies": {
    "@types/jest": "27.4.1",
    "@types/node": "~12.12.0",
    "@types/react": "^16.8.0",
    "@types/web3": "1.0.20",
    "eslint-plugin-react-hooks": "^4.3.0",
    "jest": "29.1.2",
    "madge": "^6.1.0",
    "ts-jest": "29.0.3",
    "ts-node": "10.7.0",
    "tsconfig-paths": "^3.9.0",
    "ttypescript": "1.5.15",
    "typedoc": "0.24.8",
    "typescript": "^4.9.5",
    "typescript-transform-paths": "3.3.1",
    "web3-core": "1.10.0"
  },
  "keywords": [
    "smart-contract",
    "truffle"
  ],
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": "^16.20 || ^18.16 || >=20"
  }
}