30 lines
772 B
JSON
30 lines
772 B
JSON
{
|
|
"name": "@fleekxyz/non-fungible-apps",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"private": "false",
|
|
"scripts": {
|
|
"format": "prettier --write \"./**/*.{js,json,sol,ts}\"",
|
|
"postinstall": "husky install",
|
|
"prepack": "pinst --disable",
|
|
"postpack": "pinst --enable"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/fleekxyz/non-fungible-apps.git"
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/fleekxyz/non-fungible-apps/issues"
|
|
},
|
|
"homepage": "https://github.com/fleekxyz/non-fungible-apps#readme",
|
|
"devDependencies": {
|
|
"@graphql-codegen/cli": "^2.16.4",
|
|
"husky": "^8.0.2",
|
|
"pinst": "^3.0.0",
|
|
"prettier": "^2.7.1",
|
|
"prettier-plugin-solidity": "^1.0.0"
|
|
}
|
|
}
|