24 lines
569 B
JSON
24 lines
569 B
JSON
{
|
|
"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",
|
|
"typescript": "^5.0.4",
|
|
"webpack-cli": "^5.0.2"
|
|
},
|
|
"dependencies": {
|
|
"tablesort": "^5.3.0"
|
|
}
|
|
}
|