aboutsummaryrefslogtreecommitdiffstats
path: root/packages/theme/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/theme/package.json')
-rw-r--r--packages/theme/package.json29
1 files changed, 0 insertions, 29 deletions
diff --git a/packages/theme/package.json b/packages/theme/package.json
deleted file mode 100644
index 7f3226bd8..000000000
--- a/packages/theme/package.json
+++ /dev/null
@@ -1,29 +0,0 @@
1{
2 "name": "@meetfranz/theme",
3 "version": "1.0.14",
4 "description": "Theme configuration for Ferdi",
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 "publishConfig": {
10 "access": "public"
11 },
12 "repository": {
13 "type": "git",
14 "url": "git+https://github.com/meetfranz/franz.git"
15 },
16 "scripts": {
17 "dev": "tsc -w",
18 "build": "tsc",
19 "preprepare": "npm run test",
20 "test": "ts-mocha 'test/**/*.test.ts'"
21 },
22 "bugs": {
23 "url": "https://github.com/meetfranz/franz/issues"
24 },
25 "dependencies": {
26 "color": "4.0.1"
27 },
28 "gitHead": "9f2ab40b7602bc3df26ebb093b484b9917768f69"
29}