{ "name": "@themer/xresources", "version": "1.0.2", "description": "An X resources template for themer", "main": "lib/index.js", "engines": { "node": ">=8.11.4" }, "scripts": { "prepublishOnly": "cp ../../../LICENSE.md ./" }, "author": "mjswensen", "license": "MIT", "files": [ "/lib/index.js" ], "repository": { "type": "git", "url": "git+https://github.com/mjswensen/themer.git" }, "bugs": { "url": "https://github.com/mjswensen/themer/issues" }, "homepage": "https://github.com/mjswensen/themer/tree/master/cli/packages/xresources#readme", "peerDependencies": { "themer": "^3" }, "keywords": [ "themer", "xresources", "x", "xterm" ], "dependencies": { "color": "^3.1.2" } }