UNPKG

1.09 kBJSONView Raw
1{
2 "name": "@truffle/contract-schema",
3 "version": "3.0.14",
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/contract-schema",
12 "keywords": [
13 "ethereum",
14 "json",
15 "schema",
16 "contract",
17 "artifacts"
18 ],
19 "author": "Tim Coulter <tim@trufflesuite.com>",
20 "license": "MIT",
21 "bugs": {
22 "url": "https://github.com/trufflesuite/truffle/issues"
23 },
24 "homepage": "https://github.com/trufflesuite/truffle/tree/master/packages/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 "publishConfig": {
39 "access": "public"
40 },
41 "gitHead": "5e8ec5fcecdf400b3cb8a4d9dc153df781df1a28"
42}