mirror of
https://github.com/gohugoio/hugo.git
synced 2025-02-16 21:44:05 +00:00
15 lines
275 B
JSON
15 lines
275 B
JSON
{
|
|
"name": "js",
|
|
"version": "1.0.0",
|
|
"main": "greet.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"devDependencies": {
|
|
"katex": "^0.16.11",
|
|
"svelte": "^4.2.19"
|
|
}
|
|
}
|