-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 759 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 759 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
27
{
"name": "chelshaw.github.io",
"version": "1.0.0",
"description": "Chelsea Shaw's Playground Website",
"main": "index.js",
"scripts": {
"style": "npx tailwindcss -i ./src/input.css -o ./dist/output.css",
"dev": "npx tailwindcss -i ./input.css -o ./docs/style.css --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chelshaw/chelshaw.github.io.git"
},
"keywords": [
"portfolio"
],
"author": "@chelshaw",
"license": "ISC",
"bugs": {
"url": "https://github.com/chelshaw/chelshaw.github.io/issues"
},
"homepage": "https://github.com/chelshaw/chelshaw.github.io#readme",
"devDependencies": {
"tailwindcss": "^3.1.1"
}
}