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