2023-05-07 03:09:36 +02:00
|
|
|
{
|
|
|
|
"name": "BurguillosInfo",
|
|
|
|
"version": "0.1.1",
|
|
|
|
"description": "",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"keywords": [],
|
|
|
|
"author": "",
|
|
|
|
"license": "AGPL-v3",
|
|
|
|
"devDependencies": {
|
|
|
|
"@typescript-eslint/eslint-plugin": "^5.59.2",
|
|
|
|
"@typescript-eslint/parser": "^5.59.2",
|
|
|
|
"eslint": "^8.40.0",
|
|
|
|
"eslint-plugin-no-relative-import-paths": "^1.5.2",
|
2023-08-30 23:46:49 +02:00
|
|
|
"husky": "^8.0.3",
|
|
|
|
"lint-staged": "^14.0.1",
|
|
|
|
"prettier": "^3.0.3",
|
2023-05-07 03:09:36 +02:00
|
|
|
"typescript": "^5.0.4",
|
2023-08-21 00:58:11 +02:00
|
|
|
"webpack-cli": "^5.1.4"
|
2023-05-07 03:09:36 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"tablesort": "^5.3.0"
|
|
|
|
}
|
|
|
|
}
|