UNPKG

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