diff --git a/package.json b/package.json index 248d5c2..d8c1314 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "@aurora-is-near/openapi-client", "description": "A type-safe OpenAPI client generator.", - "version": "5.0.0", + "version": "1.0.0", "author": "Alex Mendes", - "license": "MIT", + "license": "UNLICENSED", "main": "index.js", "types": "index.d.ts", "scripts": { @@ -54,6 +54,7 @@ "typescript": "*" }, "devDependencies": { + "@aurora-is-near/eslint-config": "^1.3.8", "@commitlint/config-conventional": "^8.3.4", "@semantic-release/commit-analyzer": "^8.0.1", "@semantic-release/git": "^9.0.0", @@ -66,14 +67,6 @@ "@typescript-eslint/parser": "^5.60.0", "commitlint": "^8.3.5", "eslint": "^8.14.0", - "eslint-config-airbnb-base": "^15.0.0", - "eslint-config-prettier": "^8.6.0", - "eslint-import-resolver-typescript": "^3.5.5", - "eslint-plugin-import": "^2.26.0", - "eslint-plugin-jest": "^26.1.5", - "eslint-plugin-jest-formatting": "^3.1.0", - "eslint-plugin-json": "^3.1.0", - "eslint-plugin-prettier": "^4.2.1", "husky": "^4.2.5", "jest": "^29.0.0", "jsonwebtoken": "^8.5.1",