trufflesuite/truffle

View on GitHub
packages/contract-schema/package.json

Summary

Maintainability
Test Coverage
{
  "name": "@truffle/contract-schema",
  "description": "JSON schema for contract artifacts",
  "license": "MIT",
  "author": "Tim Coulter <tim@trufflesuite.com>",
  "homepage": "https://github.com/trufflesuite/truffle/tree/master/packages/contract-schema#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/trufflesuite/truffle.git",
    "directory": "packages/contract-schema"
  },
  "bugs": {
    "url": "https://github.com/trufflesuite/truffle/issues"
  },
  "version": "3.4.16",
  "main": "index.js",
  "directories": {
    "spec": "./spec"
  },
  "scripts": {
    "build": "sh ./scripts/generate-declarations",
    "prepare": "yarn run build",
    "test": "mocha"
  },
  "typings": "./typings/index.d.ts",
  "dependencies": {
    "ajv": "^6.10.0",
    "debug": "^4.3.1"
  },
  "devDependencies": {
    "json-schema-to-typescript": "^5.5.0",
    "mocha": "10.1.0",
    "solc": "0.8.21"
  },
  "keywords": [
    "artifacts",
    "contract",
    "ethereum",
    "json",
    "schema"
  ],
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": "^16.20 || ^18.16 || >=20"
  }
}