|
@@ -1,6 +1,6 @@
|
|
{
|
|
{
|
|
"name": "geniurl",
|
|
"name": "geniurl",
|
|
- "version": "1.2.0",
|
|
|
|
|
|
+ "version": "1.3.0",
|
|
"description": "Simple JSON and XML REST API to search for song metadata and the lyrics URL on genius.com",
|
|
"description": "Simple JSON and XML REST API to search for song metadata and the lyrics URL on genius.com",
|
|
"main": "src/index.ts",
|
|
"main": "src/index.ts",
|
|
"scripts": {
|
|
"scripts": {
|
|
@@ -51,6 +51,8 @@
|
|
"@types/express": "^4.17.14",
|
|
"@types/express": "^4.17.14",
|
|
"@types/node": "^18.11.3",
|
|
"@types/node": "^18.11.3",
|
|
"@types/tcp-port-used": "^1.0.1",
|
|
"@types/tcp-port-used": "^1.0.1",
|
|
|
|
+ "@typescript-eslint/eslint-plugin": "^5.48.1",
|
|
|
|
+ "@typescript-eslint/parser": "^5.48.1",
|
|
"dotenv": "^16.0.0",
|
|
"dotenv": "^16.0.0",
|
|
"eslint": "^8.9.0",
|
|
"eslint": "^8.9.0",
|
|
"nodemon": "^2.0.20",
|
|
"nodemon": "^2.0.20",
|