package.json 366 B

123456789101112131415161718
  1. {
  2. "name": "dev.reha.fr",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "sass": "node-sass -w scss/ -o css/"
  8. },
  9. "author": "Ouidade Soussi",
  10. "license": "ISC",
  11. "devDependencies": {
  12. "node-sass": "^9.0.0"
  13. },
  14. "repository": {
  15. "type": "git",
  16. "url": "https://figureslibres.io/gogs/bachir/drupal-reha.git"
  17. }
  18. }