UNPKG

874 BJSONView Raw
1{
2 "name": "@zapjs/artifacts",
3 "private": false,
4 "version": "2.2.3",
5 "description": "ZapArtifacts",
6 "main": "./lib/index.js",
7 "repository": "https://github.com/zapproject/Zap-monorepo",
8 "scripts": {
9 "build": "./node_modules/.bin/tsc",
10 "run_test": "run-s build"
11 },
12 "keywords": [],
13 "author": "",
14 "license": "ISC",
15 "dependencies": {
16 "@zapjs/types": "^2.2.1",
17 "bignumber.js": "^7.2.1",
18 "path": "^0.12.7"
19 },
20 "devDependencies": {
21 "@types/chai": "^4.1.5",
22 "@types/mocha": "^5.2.4",
23 "@types/node": "^10.10.3",
24 "chai": "^4.1.2",
25 "chai-as-promised": "^7.1.1",
26 "chai-bignumber": "^2.0.2",
27 "make-promises-safe": "^1.1.0",
28 "mocha": "^5.2.0",
29 "npm-run-all": "^4.1.3",
30 "ts-node": "^7.0.0",
31 "tslint": "^5.10.0",
32 "typescript": "^2.9.2",
33 "typings": "^2.1.1",
34 "web3": "1.0.0-beta.37"
35 }
36}