update package.json

This commit is contained in:
Sayantan Karmakar 2022-05-26 22:50:49 +05:30
parent fee5c6ebd4
commit b4e1c1c50a
1 changed files with 8 additions and 1 deletions

View File

@ -1,7 +1,11 @@
{
"name": "serum-dev-tools",
"name": "@project-serum/serum-dev-tools",
"version": "1.0.0",
"description": "developer tooling suite for building on serum",
"repository": {
"type": "git",
"url": "https://github.com/project-serum/serum-dev-tools.git"
},
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
@ -23,6 +27,9 @@
"git add"
]
},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"devDependencies": {
"@types/bn.js": "^5.1.0",
"@types/chai": "^4.3.1",