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.

16 lines
396 B

{
"name": "the-super-tiny-compiler",
"author": "James Kyle <me@thejameskyle.com> (thejameskyle.com)",
"license": "CC-BY-4.0",
"repository": "thejameskyle/the-super-tiny-compiler",
"dependencies": {
"express": "^4.15.2",
"markdown-it": "^8.3.1",
"ejs": "^2.5.6",
"prismjs": "^9000.0.1",
"body-parser": "^1.17.1"
},
"scripts": {
"start": "node server.js"
}
}