-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e82da78
commit d2893c4
Showing
1 changed file
with
32 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,34 @@ | ||
{ | ||
"name": "contentful-clean-space", | ||
"version": "0.4.2", | ||
"description": "Removes content from a contentful space.", | ||
"engines": { | ||
"node": ">=9" | ||
}, | ||
"bin": { | ||
"contentful-clean-space": "./bin/contentful-clean-space.js" | ||
}, | ||
"scripts": { | ||
"build": "node ./node_modules/typescript/bin/tsc --outDir ./build", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"author": "Stephan Oehlert <[email protected]", | ||
"license": "ISC", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/jugglingthebits/contentful-clean-space" | ||
}, | ||
"dependencies": { | ||
"contentful-management": "^5.7.0", | ||
"inquirer": "^6.2.2", | ||
"progress": "^2.0.3", | ||
"tslint": "^5.15.0", | ||
"yargs": "^13.2.2" | ||
}, | ||
"devDependencies": { | ||
"@types/inquirer": "6.0.0", | ||
"@types/progress": "^2.0.3", | ||
"@types/yargs": "^12.0.11", | ||
"typescript": "^3.4.1" | ||
} | ||
"name": "contentful-clean-space", | ||
"version": "0.5.0", | ||
"description": "Removes content from a contentful space.", | ||
"engines": { | ||
"node": ">=9" | ||
}, | ||
"bin": { | ||
"contentful-clean-space": "./bin/contentful-clean-space.js" | ||
}, | ||
"scripts": { | ||
"build": "node ./node_modules/typescript/bin/tsc --outDir ./build", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"author": "Stephan Oehlert <[email protected]", | ||
"license": "ISC", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/jugglingthebits/contentful-clean-space" | ||
}, | ||
"dependencies": { | ||
"contentful-management": "^5.7.0", | ||
"inquirer": "^6.2.2", | ||
"progress": "^2.0.3", | ||
"tslint": "^5.15.0", | ||
"yargs": "^13.2.2" | ||
}, | ||
"devDependencies": { | ||
"@types/inquirer": "6.0.0", | ||
"@types/progress": "^2.0.3", | ||
"@types/yargs": "^12.0.11", | ||
"typescript": "^3.4.1" | ||
} | ||
} |