UNPKG

1.69 kBJSONView Raw
1{
2 "name": "remix-tests",
3 "version": "0.1.27",
4 "description": "Tool to test Solidity smart contracts",
5 "main": "./dist/index.js",
6 "types": "./dist/index.d.ts",
7 "contributors": [
8 {
9 "name": "Iuri Matias",
10 "email": "iuri@ethereum.org"
11 },
12 {
13 "name": "Yann Levreau",
14 "email": "yann@ethdev.com"
15 }
16 ],
17 "bin": {
18 "remix-tests": "./bin/remix-tests"
19 },
20 "scripts": {
21 "build": "tsc",
22 "test": "tsc && mocha --require ts-node/register tests/*.ts -t 300000",
23 "prepublish": "npm run build"
24 },
25 "repository": {
26 "type": "git",
27 "url": "git+https://github.com/ethereum/remix/tree/master/remix-tests"
28 },
29 "author": "Remix Team",
30 "license": "MIT",
31 "bugs": {
32 "url": "https://github.com/ethereum/remix/issues"
33 },
34 "standard": {
35 "ignore": [
36 "tests/",
37 "dist/"
38 ]
39 },
40 "homepage": "https://github.com/ethereum/remix/tree/master/remix-tests#readme",
41 "dependencies": {
42 "async": "^2.6.0",
43 "change-case": "^3.0.1",
44 "colors": "^1.1.2",
45 "commander": "^2.13.0",
46 "remix-lib": "0.4.21",
47 "remix-simulator": "0.1.9-alpha.14",
48 "remix-solidity": "0.3.24",
49 "signale": "^1.4.0",
50 "web3": "^1.2.4",
51 "winston": "^3.0.0"
52 },
53 "peerDependencies": {
54 "yo-yoify": "^4.3.0"
55 },
56 "devDependencies": {
57 "@babel/preset-env": "^7.4.5",
58 "@types/async": "^2.4.0",
59 "@types/color-support": "^1.1.0",
60 "@types/colors": "^1.2.1",
61 "@types/commander": "^2.12.2",
62 "@types/mocha": "^5.2.5",
63 "@types/node": "^10.12.21",
64 "@types/web3": "^1.0.18",
65 "mocha": "^5.1.0",
66 "standard": "^10.0.3",
67 "ts-node": "^8.0.2",
68 "typescript": "^3.3.1"
69 }
70}