Files
standardnotes-app-web/packages/components/src/org.standardnotes.theme-futura/package.json
2022-06-15 10:11:05 -05:00

13 lines
276 B
JSON

{
"name": "@standardnotes/futura-theme",
"version": "1.2.9",
"main": "dist/dist.css",
"private": true,
"sn": {
"main": "dist/dist.css"
},
"scripts": {
"components:compile": "webpack --entry ./src/main.scss --config ./../../theme.webpack.config.js"
}
}