23 lines
545 B
JSON
23 lines
545 B
JSON
{
|
|
"name": "ngo",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build:css": "tailwindcss -i src/input.css -o assets/site.css --minify",
|
|
"watch:css": "tailwindcss -i src/input.css -o assets/site.css --watch",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@git.odoo4projects.com:Oliver/NGO.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"type": "commonjs",
|
|
"devDependencies": {
|
|
"tailwindcss": "^3.4.17"
|
|
}
|
|
}
|