Skip to content

Commit

Permalink
chore: update npm config
Browse files Browse the repository at this point in the history
Signed-off-by: Sai Ranjit Tummalapalli <[email protected]>
  • Loading branch information
sairanjit committed Jan 10, 2024
1 parent 3779689 commit 7c307c1
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ayanworks/polygon-schema-manager",
"version": "0.0.0",
"version": "0.0.1",
"description": "Polygon schema manager",
"main": "build/index.js",
"files": [
Expand All @@ -18,7 +18,7 @@
"release": "release-it"
},
"keywords": [],
"author": "",
"author": "Sai Ranjit Tummalapalli",
"license": "Apache-2.0",
"dependencies": {
"@ayanworks/polygon-did-registry-contract": "2.0.1-alpha.3",
Expand All @@ -39,5 +39,17 @@
"solc": "^0.8.21",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
}
},
"types": "./build/index.d.ts",
"directories": {
"test": "tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ayanworks/polygon-schema-manager.git"
},
"bugs": {
"url": "https://github.com/ayanworks/polygon-schema-manager/issues"
},
"homepage": "https://github.com/ayanworks/polygon-schema-manager#readme"
}

0 comments on commit 7c307c1

Please sign in to comment.