UNPKG

1.51 kBJSONView Raw
1{
2 "name": "@truffle/config",
3 "description": "Utility for interacting with truffle-config.js files",
4 "license": "MIT",
5 "author": "Tim Coulter <tim@trufflesuite.com>",
6 "homepage": "https://github.com/trufflesuite/truffle/tree/master/packages/config#readme",
7 "repository": {
8 "type": "git",
9 "url": "https://github.com/trufflesuite/truffle.git",
10 "directory": "packages/config"
11 },
12 "bugs": {
13 "url": "https://github.com/trufflesuite/truffle/issues"
14 },
15 "version": "1.2.40",
16 "main": "dist/index.js",
17 "scripts": {
18 "build": "tsc",
19 "prepare": "yarn build",
20 "test": "yarn build && mocha --exit -r ts-node/register test/**/*.test.ts"
21 },
22 "types": "dist/index.d.ts",
23 "dependencies": {
24 "@truffle/error": "^0.0.14",
25 "@truffle/events": "^0.0.10",
26 "@truffle/provider": "^0.2.31",
27 "configstore": "^4.0.0",
28 "find-up": "^2.1.0",
29 "lodash.assignin": "^4.2.0",
30 "lodash.merge": "^4.6.2",
31 "module": "^1.2.5",
32 "original-require": "^1.0.1"
33 },
34 "devDependencies": {
35 "@types/configstore": "^4.0.0",
36 "@types/find-up": "^2.1.0",
37 "@types/lodash.assignin": "^4.2.6",
38 "@types/lodash.merge": "^4.6.6",
39 "@types/node": "12.12.21",
40 "@types/sinon": "^9.0.10",
41 "mocha": "8.1.2",
42 "sinon": "^9.0.2",
43 "ts-node": "^9.0.0",
44 "typescript": "^4.1.4"
45 },
46 "keywords": [
47 "config",
48 "ethereum",
49 "truffle"
50 ],
51 "publishConfig": {
52 "access": "public"
53 },
54 "gitHead": "39e0c4eb14fdf0a617687581d49b8f969ba3103a"
55}