23 lines
559 B
JSON
23 lines
559 B
JSON
{
|
|
"name": "adrianvictor-new",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "npx @11ty/eleventy",
|
|
"serve": "npx @11ty/eleventy --serve",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"type": "commonjs",
|
|
"devDependencies": {
|
|
"@babel/generator": "^7.29.1",
|
|
"@babel/parser": "^7.29.2",
|
|
"@babel/traverse": "^7.29.0",
|
|
"eleventy-plugin-citations": "^0.1.10",
|
|
"express": "^5.2.1",
|
|
"readline-sync": "^1.4.10"
|
|
}
|
|
}
|