UNPKG

1.01 kBJSONView Raw
1{
2 "name": "truffle-contract-schema",
3 "version": "2.0.2",
4 "description": "JSON schema for contract artifacts",
5 "main": "index.js",
6 "scripts": {
7 "prepare": "cd spec && json2ts -i contract-object.spec.json -o ./index.d.ts",
8 "test": "mocha"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git+https://github.com/trufflesuite/truffle-schema.git"
13 },
14 "keywords": [
15 "ethereum",
16 "json",
17 "schema",
18 "contract",
19 "artifacts"
20 ],
21 "author": "Tim Coulter <tim.coulter@consensys.net>",
22 "license": "MIT",
23 "bugs": {
24 "url": "https://github.com/trufflesuite/truffle-schema/issues"
25 },
26 "homepage": "https://github.com/trufflesuite/truffle-schema#readme",
27 "dependencies": {
28 "ajv": "^5.1.1",
29 "crypto-js": "^3.1.9-1",
30 "debug": "^3.1.0"
31 },
32 "devDependencies": {
33 "json-schema-to-typescript": "^5.5.0",
34 "mocha": "5.2.0",
35 "solc": "0.4.25"
36 },
37 "directories": {
38 "spec": "./spec"
39 },
40 "gitHead": "49441d73a5f145a4dc37fee6c3b19d8e64b8d7d0"
41}