{ "name": "@meetfranz/theme", "version": "1.0.14", "description": "Theme configuration for Franz", "author": "Stefan Malzner ", "homepage": "https://github.com/meetfranz/franz", "license": "Apache-2.0", "main": "lib/index.js", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/meetfranz/franz.git" }, "scripts": { "dev": "tsc -w", "prepare": "tsc", "preprepare": "npm run test", "test": "npx mocha" }, "bugs": { "url": "https://github.com/meetfranz/franz/issues" }, "dependencies": { "color": "^3.1.0" }, "gitHead": "9f2ab40b7602bc3df26ebb093b484b9917768f69" }