UNPKG

1.1 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": "https://github.com/trufflesuite/truffle/tree/master/packages/contract-schema",
8 "bugs": {
9 "url": "https://github.com/trufflesuite/truffle/issues"
10 },
11 "version": "3.0.22",
12 "main": "index.js",
13 "directories": {
14 "spec": "./spec"
15 },
16 "scripts": {
17 "build": "sh ./scripts/generate-declarations",
18 "prepare": "yarn run build",
19 "test": "mocha"
20 },
21 "typings": "./typings/index.d.ts",
22 "dependencies": {
23 "ajv": "^6.10.0",
24 "crypto-js": "^3.1.9-1",
25 "debug": "^4.1.0"
26 },
27 "devDependencies": {
28 "json-schema-to-typescript": "^5.5.0",
29 "mocha": "5.2.0",
30 "solc": "0.5.16"
31 },
32 "keywords": [
33 "artifacts",
34 "contract",
35 "ethereum",
36 "json",
37 "schema"
38 ],
39 "publishConfig": {
40 "access": "public"
41 },
42 "gitHead": "3966d6cfb0ac00acc8a062e9f72152cd7f8c0352"
43}