-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
24 lines (24 loc) · 915 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
{
"name": "sj2223-4bhif-pos-rest-api-project-tennisboys",
"version": "1.0.0",
"description": "sj2223-4bhif-pos-rest-api-project-tennisboys created by GitHub Classroom",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"input:build": "npx tailwind build -i ./src/Spg.TennisBooking.MvcFrontEnd/wwwroot/css/input.css -o ./src/Spg.TennisBooking.MvcFrontEnd/wwwroot/css/site.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Die-Spengergasse/sj2223-4bhif-pos-rest-api-project-tennisboys.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Die-Spengergasse/sj2223-4bhif-pos-rest-api-project-tennisboys/issues"
},
"homepage": "https://github.com/Die-Spengergasse/sj2223-4bhif-pos-rest-api-project-tennisboys#readme",
"devDependencies": {
"tailwindcss": "^3.2.4"
}
}