-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
30 lines (30 loc) · 840 Bytes
/
package.json
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
30
{
"name": "gaggimate",
"version": "0.2.1",
"description": "GaggiMate espresso machine controller",
"main": "tailwind.config.js",
"directories": {
"doc": "docs",
"lib": "lib",
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"docs:build": "tailwindcss -m -i docs/style.css -o docs/style.min.css",
"docs:build:watch": "tailwindcss -m -i docs/style.css -o docs/style.min.css --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jniebuhr/gaggimate.git"
},
"author": "",
"license": "SEE LICENSE IN README.md",
"bugs": {
"url": "https://github.com/jniebuhr/gaggimate/issues"
},
"homepage": "https://github.com/jniebuhr/gaggimate#readme",
"devDependencies": {
"inliner": "^1.13.1",
"tailwindcss": "^3.4.14"
}
}