UNPKG

1.01 kBJSONView Raw
1{
2 "name": "git-fixtures",
3 "version": "2.3.1",
4 "description": "Helpers for using git with fixtures in temp folders",
5 "main": "src",
6 "scripts": {
7 "test": "eslint . --ext js,json"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/kellyselden/git-fixtures.git"
12 },
13 "author": "Kelly Selden",
14 "license": "MIT",
15 "bugs": {
16 "url": "https://github.com/kellyselden/git-fixtures/issues"
17 },
18 "homepage": "https://github.com/kellyselden/git-fixtures#readme",
19 "engines": {
20 "node": ">=8.3"
21 },
22 "dependencies": {
23 "execa": "^3.3.0",
24 "fixturify": "^1.2.0",
25 "fs-extra": "^8.0.0",
26 "git-diff-apply": "0.21.0",
27 "tmp": "0.1.0"
28 },
29 "devDependencies": {
30 "eslint": "^6.1.0",
31 "eslint-config-sane": "0.8.5",
32 "eslint-config-sane-node": "0.2.2",
33 "eslint-plugin-json-files": "0.8.0",
34 "eslint-plugin-node": "^11.0.0",
35 "eslint-plugin-prefer-let": "^1.0.1",
36 "renovate-config-standard": "^2.0.0"
37 },
38 "files": [
39 "src"
40 ]
41}