sinsaludar.com/package.json

24 lines
540 B
JSON
Raw Permalink Normal View History

2021-09-22 11:24:21 -04:00
{
"name": "sinsaludar.com",
"version": "1.0.0",
"description": "",
"scripts": {
"start": "tailwindcss -i tailwind.css -o styles.css -m --watch",
2022-04-29 17:45:37 -04:00
"build": "./build.sh"
2021-09-22 11:24:21 -04:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/eruizdechavez/sinsaludar.com.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/eruizdechavez/sinsaludar.com/issues"
},
2022-04-29 17:45:37 -04:00
"homepage": "https://www.sinsaludar.com",
2021-09-22 11:24:21 -04:00
"devDependencies": {
"tailwindcss": "^2.2.15"
}
}