This repository has been archived on 2023-10-15. You can view files and clone it, but cannot push or open issues or pull requests.
PriceyBot2/priceybot2/package.json
2023-03-10 01:33:39 +11:00

15 lines
363 B
JSON

{
"name": "mybulma",
"version": "1.0.0",
"main": "sass/mystyles.scss",
"license": "MIT",
"devDependencies": {
"bulma": "^0.9.4",
"node-sass": "^8.0.0"
},
"scripts": {
"css-build": "node-sass --omit-source-map-url sass/main.scss static/css/main.css",
"css-watch": "npm run css-build -- --watch",
"start": "npm run css-watch"
}
}