Skip to content

Commit

Permalink
chore: setup packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanycw committed Jun 29, 2023
1 parent 89b98fe commit 610d631
Show file tree
Hide file tree
Showing 2 changed files with 1,383 additions and 0 deletions.
33 changes: 33 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"name": "harvest-nonfungible-position-vault",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"private": false,
"scripts": {
"postinstall": "husky install",
"prepack": "pinst --disable",
"postpack": "pinst --enable"
},
"repository": {
"type": "git",
"url": "git+https://github.com/harvestfi/harvest-nonfungible-position-vault.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/harvestfi/harvest-nonfungible-position-vault/issues"
},
"homepage": "https://github.com/harvestfi/harvest-nonfungible-position-vault#readme",
"devDependencies": {
"@commitlint/cli": "^17.6.6",
"@commitlint/config-conventional": "^17.6.6",
"husky": "^8.0.3",
"pinst": "^3.0.0"
}
}
Loading

0 comments on commit 610d631

Please sign in to comment.