mangolana/package.json

48 lines
1.2 KiB
JSON

{
"name": "@blockworks-foundation/mangolana",
"version": "0.0.17",
"description": "",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "",
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "tslint -p tsconfig.json",
"prepare": "npm run build",
"prepublishOnly": "npm test && npm run lint",
"preversion": "npm run lint",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/blockworks-foundation/mangolana.git"
},
"files": [
"lib/**/*"
],
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/blockworks-foundation/mangolana/issues"
},
"homepage": "https://github.com/blockworks-foundation/mangolana#readme",
"dependencies": {
"@solana/web3.js": "^1.91.6",
"bs58": "^5.0.0",
"isomorphic-ws": "^5.0.0",
"node-fetch": "3.3.2",
"ws": "^8.16.0"
},
"devDependencies": {
"@types/node": "20.12.7",
"prettier": "^2.7.1",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typedoc": "^0.23.16",
"typescript": "5.4.5"
}
}