UNPKG

1.24 kBJSONView Raw
1{
2 "name": "@tractor/config-loader",
3 "version": "1.0.9",
4 "description": "Config loader for tractor",
5 "author": "Craig Spence <craigspence0@gmail.com>",
6 "license": "MIT",
7 "publishConfig": {
8 "access": "public"
9 },
10 "repository": {
11 "type": "git",
12 "url": "https://github.com/TradeMe/tractor.git"
13 },
14 "bugs": {
15 "url": "https://github.com/TradeMe/tractor/issues",
16 "email": "craigspence0@gmail.com"
17 },
18 "main": "dist/index.js",
19 "typings": "dist/index.d.ts",
20 "files": [
21 "dist",
22 "README.md"
23 ],
24 "scripts": {
25 "build": "npm run clean && npm run lint && npm run compile && npm run cover",
26 "clean": "rimraf dist",
27 "compile": "tsc --project ./tsconfig.json",
28 "cover": "npm run test -- --collectCoverage",
29 "lint": "tslint --project ./tsconfig.json",
30 "test": "jest --testPathPattern=.*/config-loader/src.*.spec.ts --config=../../jest.config.js",
31 "watch": "npm-watch"
32 },
33 "watch": {
34 "build": "src/**/*.ts"
35 },
36 "peerDependencies": {
37 "@tractor/core": "^1.0.0"
38 },
39 "devDependencies": {
40 "@tractor/error-handler": "^1.0.7",
41 "@tractor/logger": "^1.0.7",
42 "@tractor/unit-test": "^1.0.7"
43 },
44 "gitHead": "609a62286241725544afdc156256d102d77ee7eb"
45}