-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 1.18 KB
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 1.18 KB
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": "openpass",
"version": "1.0.0",
"description": "- [OpenPass - Digitaler Mitgliedsausweis für Vereine](#openpass---digitaler-mitgliedsausweis-fur-vereine)\r - [Features](#features)\r - [Sicherheit](#sicherheit)\r - [Screenshots](#screenshots)\r - [Voraussetzungen](#voraussetzungen)\r - [Haftungsausschluss & Support](#haftungsausschluss--support)\r - [Mitwirken](#mitwirken)\r - [Lizenz](#lizenz)\r - [Weitere Informationen](#weitere-informationen)\r - [Kontakt](#kontakt)",
"main": "index.js",
"directories": {
"doc": "docs",
"test": "tests"
},
"scripts": {
"dev": "npx tailwindcss -i ./static/css/input.css -o ./static/css/tailwind.dev.css --watch",
"build": "npx tailwindcss -i ./static/css/input.css -o ./static/css/tailwind.css --minify",
"clean": "rm -rf node_modules package-lock.json .cache"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Flo-63/openpass.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Flo-63/openpass/issues"
},
"homepage": "https://github.com/Flo-63/openpass#readme",
"devDependencies": {
"tailwindcss": "^3.4.14"
}
}