{ "name": "@themer/bbedit", "version": "1.1.0", "description": "A BBEdit theme generator for themer.", "main": "lib/index.js", "engines": { "node": ">=8.11.4" }, "scripts": { "prepublishOnly": "cp ../../../LICENSE.md ./" }, "repository": { "type": "git", "url": "git+https://github.com/mjswensen/themer.git" }, "keywords": [ "themer", "bbedit", "theme" ], "author": "mjswensen", "license": "MIT", "files": [ "/lib/index.js" ], "bugs": { "url": "https://github.com/mjswensen/themer/issues" }, "homepage": "https://github.com/mjswensen/themer/tree/master/cli/packages/bbedit#readme", "dependencies": { "color": "^3.0.0", "lodash": "^4.17.4", "xml": "^1.0.1" }, "devDependencies": {}, "peerDependencies": { "themer": "^1.0.2||^2||^3" } }