-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 833 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 833 Bytes
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
{
"name": "package-pages-template",
"version": "0.0.1",
"description": "A starter template for your package page",
"main": "src/index.html",
"scripts": {
"dev": "npx tailwindcss -i ./src/style.css -o ./docs/style.css && cp ./src/index.html ./docs/index.html",
"dev:watch": "npx tailwindcss -i ./src/style.css -o ./docs/style.css --watch && cp ./src/index.html ./docs/index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PackagePages/packagepages-template.git"
},
"keywords": [
"packagepages"
],
"author": "Lars Wiegers",
"license": "MIT",
"bugs": {
"url": "https://github.com/PackagePages/packagepages-template/issues"
},
"homepage": "https://github.com/PackagePages/packagepages-template#readme",
"devDependencies": {
"tailwindcss": "^3.2.1"
}
}