1 | {
|
2 | "name": "fs-tree-diff",
|
3 | "version": "2.0.1",
|
4 | "description": "Backs out file tree changes",
|
5 | "main": "lib/index.js",
|
6 | "types": "lib/index.d.ts",
|
7 | "files": [
|
8 | "lib"
|
9 | ],
|
10 | "scripts": {
|
11 | "test": "npm run test:js",
|
12 | "test:js": "mocha tests/*-test.js",
|
13 | "test:js:debug": "mocha debug tests/*-test.js",
|
14 | "build": "tsc",
|
15 | "prepublish": "tsc"
|
16 | },
|
17 | "keywords": [
|
18 | "broccoli"
|
19 | ],
|
20 | "author": "Stefan Penner, David J. Hamilton, Chad Hietala",
|
21 | "license": "MIT",
|
22 | "dependencies": {
|
23 | "@types/symlink-or-copy": "^1.2.0",
|
24 | "heimdalljs-logger": "^0.1.7",
|
25 | "object-assign": "^4.1.0",
|
26 | "path-posix": "^1.0.0",
|
27 | "symlink-or-copy": "^1.1.8"
|
28 | },
|
29 | "devDependencies": {
|
30 | "@types/chai": "^4.1.7",
|
31 | "@types/fs-extra": "^5.0.4",
|
32 | "@types/mocha": "^5.2.5",
|
33 | "@types/node": "^10.12.21",
|
34 | "chai": "^3.3.0",
|
35 | "fs-extra": "^1.0.0",
|
36 | "mocha": "^2.3.3",
|
37 | "typescript": "^3.3.3",
|
38 | "walk-sync": "^0.3.1"
|
39 | },
|
40 | "engines": {
|
41 | "node": "6.* || 8.* || >= 10.*"
|
42 | },
|
43 | "repository": {
|
44 | "type": "git",
|
45 | "url": "git://github.com/stefanpenner/fs-tree-diff.git"
|
46 | }
|
47 | }
|