13 lines
265 B
JSON
13 lines
265 B
JSON
{
|
|
"name": "@standardnotes/midnight-theme",
|
|
"version": "1.2.8",
|
|
"main": "dist/dist.css",
|
|
"private": true,
|
|
"sn": {
|
|
"main": "dist/dist.css"
|
|
},
|
|
"scripts": {
|
|
"build": "webpack --entry ./src/main.scss --config ./../../theme.webpack.config.js"
|
|
}
|
|
}
|