aboutsummaryrefslogtreecommitdiffstats
path: root/packages/theme/package.json
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-01-03 16:46:40 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-01-03 16:46:40 +0100
commitad585791493b09609be885e0304d987a0382db9a (patch)
treeb36509117e1e60f827a56a2caec12e566e015274 /packages/theme/package.json
parentAdd lerna (diff)
downloadferdium-app-ad585791493b09609be885e0304d987a0382db9a.tar.gz
ferdium-app-ad585791493b09609be885e0304d987a0382db9a.tar.zst
ferdium-app-ad585791493b09609be885e0304d987a0382db9a.zip
Add theme
Diffstat (limited to 'packages/theme/package.json')
-rw-r--r--packages/theme/package.json34
1 files changed, 34 insertions, 0 deletions
diff --git a/packages/theme/package.json b/packages/theme/package.json
new file mode 100644
index 000000000..c07eee950
--- /dev/null
+++ b/packages/theme/package.json
@@ -0,0 +1,34 @@
1{
2 "name": "@meetfranz/theme",
3 "version": "1.0.0",
4 "description": "Theme configuration for Franz",
5 "author": "Stefan Malzner <stefan@adlk.io>",
6 "homepage": "https://github.com/meetfranz/franz",
7 "license": "Apache-2.0",
8 "main": "lib/index.js",
9 "files": [
10 "lib/**/*"
11 ],
12 "publishConfig": {
13 "access": "public"
14 },
15 "repository": {
16 "type": "git",
17 "url": "git+https://github.com/meetfranz/franz.git"
18 },
19 "scripts": {
20 "dev": "tsc -w",
21 "prepare": "tsc",
22 "preprepare": "npm run test",
23 "test": "npx mocha"
24 },
25 "bugs": {
26 "url": "https://github.com/meetfranz/franz/issues"
27 },
28 "dependencies": {
29 "color": "^3.1.0"
30 },
31 "devDependencies": {
32 "@types/color": "^3.0.0"
33 }
34}