{
	"name": "@jfischer/etcopydata",
	"description": "SFDX Plugin to populate an org with data for multiple related sObjects.",
	"version": "0.12.1",
	"author": "Johannes Fischer",
	"bugs": "https://github.com/j-fischer/ETCopyData/issues",
	"dependencies": {
		"@oclif/config": "1.17.1",
		"@oclif/errors": "1.3.5",
		"@oclif/plugin-help": "3.2.3",
		"@salesforce/command": "3.1.3",
		"npm-check-updates": "10.3.1",
		"tslib": "^2.0.3"
	},
	"devDependencies": {
		"@oclif/dev-cli": "1.23.0",
		"@oclif/test": "1.2.7",
		"@salesforce/dev-config": "2.0.0",
		"@types/chai": "4.2.14",
		"@types/jsforce": "1.9.33",
		"@types/mocha": "8.0.4",
		"@types/node": "14.14.7",
		"globby": "11.0.1",
		"mocha": "^8.2.1",
		"nyc": "15.1.0",
		"sinon": "9.2.1",
		"ts-node": "9.0.0",
		"typescript": "4.0.5"
	},
	"engines": {
		"node": ">=8.0.0"
	},
	"files": [
		"/lib",
		"/messages",
		"/npm-shrinkwrap.json",
		"/oclif.manifest.json"
	],
	"homepage": "https://github.com/j-fischer/ETCopyData",
	"keywords": [
		"sfdx-plugin"
	],
	"license": "MIT",
	"oclif": {
		"commands": "./lib/commands",
		"topics": {
			"ETCopyData": {
				"description": "SFDX Plugin to populate an org with data for multiple related sObjects."
			}
		},
		"bin": "sfdx",
		"devPlugins": [
			"@oclif/plugin-help"
		]
	},
	"repository": "https://github.com/j-fischer/ETCopyData",
	"scripts": {
		"postpack": "del /F/Q oclif.manifest.json npm-shrinkwrap.json",
		"posttest": "tsc -p test --noEmit && tslint -p test -t stylish",
		"prepack": "npm shrinkwrap",
		"prepare": "del /F/Q lib && tsc && oclif-dev manifest",
		"test": "nyc mocha --forbid-only \"test/**/*.test.ts\"",
		"version": "oclif-dev readme && git add README.md"
	}
}
