page_index/package.json
Matheus Sampaio Queiroga f393853b4b Remove dpkg and update http module
- We are moving dpkg to a new repository along with another tool
- Removed `acme` from the http module
- init gitea api in to http module
2023-12-07 15:28:10 -03:00

46 lines
1.1 KiB
JSON

{
"name": "index-pages",
"version": "3.7.0",
"description": "Create index pages",
"type": "module",
"main": "src/index.js",
"types": "src/index.d.ts",
"homepage": "https://github.com/Sirherobrine23/coreUtils#readme",
"author": "Matheus Sampaio Queiroga <srherobrine20@gmail.com> (https://sirherobrine23.org/)",
"license": "GPL-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/Sirherobrine23/coreUtils.git",
"directory": "packages/page_index"
},
"bugs": {
"url": "https://github.com/Sirherobrine23/coreUtils/issues"
},
"bin": {
"pageindex": "./src/cli.js"
},
"keywords": [
"auto-index",
"page",
"static"
],
"scripts": {
"prepack": "tsc --build --clean && tsc --build",
"postpack": "tsc --build --clean"
},
"dependencies": {
"@sirherobrine23/extends": "3.7.0",
"@sirherobrine23/http": "3.7.0",
"jsdom": "^23.0.1",
"yargs": "^17.7.2"
},
"devDependencies": {
"@types/jsdom": "^21.1.6",
"@types/yargs": "^17.0.32"
},
"workspaces": [
"../http",
"../extends"
]
}