-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (30 loc) · 813 Bytes
/
package.json
File metadata and controls
31 lines (30 loc) · 813 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
28
29
30
31
{
"name": "apod",
"version": "1.0.0",
"description": "Astronomy Picture of the Day (APOD)",
"main": "script.js",
"scripts": {
"build:css": "postcss custom.css -o dist/style.css",
"watch:css": "echo 'Watch mode not supported with this build script.'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ali-han/APOD.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/ali-han/APOD/issues"
},
"homepage": "https://github.com/ali-han/APOD#readme",
"devDependencies": {
"@tailwindcss/postcss": "^4.0.0",
"autoprefixer": "^10.4.21",
"postcss": "^8.5.3",
"postcss-cli": "^11.0.0",
"tailwindcss": "^4.1.4"
}
}