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

6 years ago
2 years ago
6 years ago
2 years ago
6 years ago
2 years ago
6 years ago
  1. {
  2. "name": "blag",
  3. "version": "1.0.0",
  4. "description": "[Go here instead](https://amelia.how)",
  5. "main": "index.js",
  6. "dependencies": {
  7. "katex": "^0.13.11",
  8. "sass": "^1.28.0"
  9. },
  10. "devDependencies": {},
  11. "scripts": {
  12. "up": "stack run -- build && stack run -- deploy",
  13. "watch": "stack run -- watch"
  14. },
  15. "repository": {
  16. "type": "git",
  17. "url": "https://git.amelia.how/amelia/blag.git"
  18. },
  19. "author": "",
  20. "license": "ISC"
  21. }