0
0
mirror of https://github.com/python-LimeReport/pypi.git synced 2024-12-24 00:33:04 +03:00
pypi/package.json
Maxim Slipenko d2b44a700c
Migrate to 11ty (#2)
* migrate to 11ty
* add build via CI
2023-09-10 13:14:46 +03:00

17 lines
331 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"
}
}