UNPKG

1.12 kBJSONView Raw
1{
2 "name": "@truffle/contract-schema",
3 "description": "JSON schema for contract artifacts",
4 "license": "MIT",
5 "author": "Tim Coulter <tim@trufflesuite.com>",
6 "homepage": "https://github.com/trufflesuite/truffle/tree/master/packages/contract-schema#readme",
7 "repository": {
8 "type": "git",
9 "url": "https://github.com/trufflesuite/truffle.git",
10 "directory": "packages/contract-schema"
11 },
12 "bugs": {
13 "url": "https://github.com/trufflesuite/truffle/issues"
14 },
15 "version": "3.4.3",
16 "main": "index.js",
17 "directories": {
18 "spec": "./spec"
19 },
20 "scripts": {
21 "build": "sh ./scripts/generate-declarations",
22 "prepare": "yarn run build",
23 "test": "mocha"
24 },
25 "typings": "./typings/index.d.ts",
26 "dependencies": {
27 "ajv": "^6.10.0",
28 "debug": "^4.3.1"
29 },
30 "devDependencies": {
31 "json-schema-to-typescript": "^5.5.0",
32 "mocha": "8.1.2",
33 "solc": "0.6.0"
34 },
35 "keywords": [
36 "artifacts",
37 "contract",
38 "ethereum",
39 "json",
40 "schema"
41 ],
42 "publishConfig": {
43 "access": "public"
44 },
45 "gitHead": "dee904b194cfb391b4cf2ed470dc596a2d503898"
46}