forked from swapnilsparsh/30DaysOfJavaScript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 847 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 847 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
{
"name": "30DaysOfJavaScript",
"version": "1.0.0",
"main": "tailwind.config.js",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/alexventuraio/30DaysOfJavaScript.git"
},
"author": "Alejandro Ventura Contreras <soyalexventura@gmail.com>",
"license": "MIT",
"description": "Repo containing all the projects made in 30 Days while completing the <b>30 Days of JavaScript Challenge</b>.",
"bugs": {
"url": "https://github.com/alexventuraio/30DaysOfJavaScript/issues"
},
"homepage": "https://30daysofjs.netlify.app/",
"directories": {
"example": "examples"
},
"scripts": {
"dev": "npx tailwindcss --output assets/tailwind.css --watch",
"build": "npx tailwindcss --output assets/tailwind.css --minify",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": []
}