aboutsummaryrefslogtreecommitdiffstats
path: root/packages/theme/package.json
blob: fa12c8a3077435cb6e02f59e2adbc826744f0e77 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
  "name": "@meetfranz/theme",
  "version": "1.0.14",
  "description": "Theme configuration for Franz",
  "author": "Stefan Malzner <stefan@adlk.io>",
  "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"
}