{ "name": "@themer/utils", "version": "1.2.0", "description": "Common functions used across various themer templates.", "main": "lib/index.js", "engines": { "node": ">=8.11.4" }, "author": "mjswensen", "license": "MIT", "files": [ "/lib/index.js" ], "scripts": { "prepublishOnly": "cp ../../../LICENSE.md ./" }, "devDependencies": {}, "peerDependencies": {}, "dependencies": {}, "repository": { "type": "git", "url": "git+ssh://git@github.com/mjswensen/themer.git" }, "bugs": { "url": "https://github.com/mjswensen/themer/issues" }, "homepage": "https://github.com/mjswensen/themer/tree/master/cli/packages/utils#readme", "keywords": [ "themer", "utils" ] }