aboutsummaryrefslogtreecommitdiffstats
path: root/packages/theme/package.json
blob: e3d1e7af1cdf8bea4f2307759c8ffaafb16542be (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.12",
  "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": "795eb685f4f57c66a2989993f0478e94baf3ca77"
}