19 lines
349 B
JSON
19 lines
349 B
JSON
{
|
|
"name": "test.decap",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "eleventy --serve",
|
|
"build": "eleventy"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@11ty/eleventy": "^2.0.1",
|
|
"@11ty/eleventy-plugin-webc": "^0.11.1",
|
|
"eslint": "^8.54.0"
|
|
}
|
|
}
|