20 lines
404 B
JSON
20 lines
404 B
JSON
{
|
|
"name": "@standardnotes/autobiography-theme",
|
|
"version": "1.0.4",
|
|
"main": "dist/dist.css",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "yarn run grunt",
|
|
"prepublishOnly": "yarn run build"
|
|
},
|
|
"sn": {
|
|
"main": "dist/dist.css"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "^1.0.1",
|
|
"grunt-contrib-sass": "^1.0.0",
|
|
"grunt-contrib-watch": "^1.0.0",
|
|
"grunt-newer": "^1.2.0"
|
|
}
|
|
}
|