UNPKG

1.22 kBJSONView Raw
1{
2 "name": "backfill",
3 "description": "Backfill CLI",
4 "license": "MIT",
5 "author": "Benjamin Weggersen <bewegger@microsoft.com>",
6 "repository": {
7 "type": "git",
8 "url": "https://github.com/microsoft/backfill"
9 },
10 "version": "2.0.5",
11 "main": "lib/index.js",
12 "bin": {
13 "backfill": "./bin/backfill.js"
14 },
15 "scripts": {
16 "build": "yarn compile",
17 "compile": "tsc -b",
18 "prepare": "yarn compile",
19 "test": "jest",
20 "watch": "tsc -b -w"
21 },
22 "dependencies": {
23 "anymatch": "^3.0.3",
24 "backfill-cache": "^2.0.5",
25 "backfill-config": "^2.0.4",
26 "backfill-hasher": "^2.0.4",
27 "backfill-logger": "^2.0.3",
28 "backfill-utils-dotenv": "^2.0.5",
29 "chokidar": "^3.2.1",
30 "execa": "^3.1.0",
31 "fs-extra": "^8.1.0",
32 "yargs": "^14.0.0"
33 },
34 "devDependencies": {
35 "@types/fs-extra": "^8.0.0",
36 "@types/jest": "^24.0.12",
37 "@types/node": "^12.11.1",
38 "@types/yargs": "^13.0.2",
39 "backfill-utils-test": "^2.0.4",
40 "backfill-utils-tsconfig": "^2.0.3",
41 "find-up": "^4.0.0",
42 "jest": "^24.0.12",
43 "ts-jest": "^24.0.2",
44 "ts-mockito": "^2.3.1",
45 "typescript": "3.6.4"
46 },
47 "gitHead": "c53d97c1bd1b2463ac5af51fd472af75bb9f8bb6"
48}