UNPKG

1.21 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": "5.0.0",
11 "main": "lib/index.js",
12 "bin": {
13 "backfill": "./bin/backfill.js"
14 },
15 "scripts": {
16 "build": "yarn compile",
17 "compile": "tsc -b",
18 "test": "jest",
19 "watch": "tsc -b -w"
20 },
21 "dependencies": {
22 "anymatch": "^3.0.3",
23 "backfill-cache": "^5.0.0",
24 "backfill-config": "^5.0.0",
25 "backfill-hasher": "^5.0.0",
26 "backfill-logger": "^5.0.0",
27 "backfill-utils-dotenv": "^5.0.0",
28 "chokidar": "^3.2.1",
29 "execa": "^4.0.0",
30 "fs-extra": "^8.1.0",
31 "globby": "^11.0.0",
32 "yargs": "^15.0.2"
33 },
34 "devDependencies": {
35 "@types/fs-extra": "^8.0.0",
36 "@types/jest": "^25.2.1",
37 "@types/node": "^13.1.8",
38 "@types/yargs": "^15.0.1",
39 "backfill-utils-test": "^5.0.0",
40 "backfill-utils-tsconfig": "^5.0.0",
41 "find-up": "^4.0.0",
42 "jest": "^25.5.4",
43 "ts-jest": "^25.1.0",
44 "ts-mockito": "^2.3.1",
45 "typescript": "3.7.4"
46 },
47 "gitHead": "1c80a82b256bf77be1e24850beb0a8d83748b692"
48}