package.json 339 B

123456789101112131415
  1. {
  2. "name": "test",
  3. "version": "1.0.0",
  4. "description": "sass ㅌㅔ스트",
  5. "main": "index.js",
  6. "scripts": {
  7. "sass" : "sass --watch ./assets/scss:./assets/css --style compressed",
  8. "test": "echo \"Error: no test specified\" && exit 1"
  9. },
  10. "author": "",
  11. "license": "ISC",
  12. "dependencies": {
  13. "sass": "^1.69.7"
  14. }
  15. }