my blog lives here now
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

21 lines
459 B

{
"name": "blag",
"version": "1.0.0",
"description": "[Go here instead](https://amelia.how)",
"main": "index.js",
"dependencies": {
"katex": "^0.13.11",
"sass": "^1.28.0"
},
"devDependencies": {},
"scripts": {
"up": "stack run -- build && stack run -- deploy",
"watch": "stack run -- watch"
},
"repository": {
"type": "git",
"url": "https://git.amelia.how/amelia/blag.git"
},
"author": "",
"license": "ISC"
}