0
0
mirror of https://github.com/python-LimeReport/pypi.git synced 2024-12-23 16:23:00 +03:00
pypi/package.json

19 lines
387 B
JSON

{
"name": "pypi",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build:prod": "ELEVENTY_ENV=production eleventy",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"html-minifier": "^4.0.0",
"prettier": "3.0.3"
}
}