UNPKG

@oclif/fixpack

Version:

cli tool that cleans up package.json files.

35 lines (34 loc) 743 B
{ "name": "@oclif/fixpack", "description": "cli tool that cleans up package.json files.", "version": "2.3.1", "author": "Jeff Dickey @jdxcode", "bin": "./bin/fixpack", "bugs": { "url": "https://github.com/oclif/fixpack/issues" }, "dependencies": { "alce": "1.2.0", "colors": "1.4.0", "extend-object": "^1.0.0", "rc": "^1.2.8" }, "devDependencies": { "standard": "^11.0.1" }, "homepage": "https://github.com/oclif/fixpack", "keywords": [ "cleanup", "package" ], "license": "MIT", "main": "fixpack.js", "preferGlobal": true, "repository": { "type": "git", "url": "git://github.com/oclif/fixpack" }, "scripts": { "test": "standard && standard bin/fixpack" } }