diff --git a/package.json b/package.json index af42d11..382a76d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mind-lake-sdk", "version": "1.0.13", - "description": "", + "description": "Mind Lake SDK is a TypeScript library for interacting with the Mind Lake network.", "module": "dist/index.js", "types": "dist/index.d.ts", "scripts": { @@ -25,7 +25,9 @@ "lake", "mind-lake" ], - "authors": [], + "authors": [ + "Author Name " + ], "license": "MIT", "files": [ "dist", @@ -34,7 +36,10 @@ "publishConfig": { "access": "public" }, - "repository": "https://github.com/mind-network/mind-lake-sdk-typescript", + "repository": { + "type": "git", + "url": "https://github.com/mind-network/mind-lake-sdk-typescript" + }, "homepage": "https://github.com/mind-network/mind-lake-sdk-typescript", "dependencies": { "@babel/runtime": "^7.21.5", @@ -50,15 +55,5 @@ "node-forge": "^1.3.1", "node-rsa": "^1.1.1", "uuid": "^9.0.0", - "web3": "^1.9.0" - }, - "devDependencies": { - "cross-env": "^7.0.3", - "father": "^4.1.8", - "jest": "^29.5.0", - "log4js": "^6.9.1", - "prettier": "2.8.8", - "ts-jest": "^29.1.0", - "ts-node": "^10.9.1" - } -} + "web +