UNPKG

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