57 lines
1.6 KiB
JSON
57 lines
1.6 KiB
JSON
{
|
|
"name": "@blockworks-foundation/mango-client",
|
|
"version": "0.1.0",
|
|
"description": "Typescript Client for mango-v4 program.",
|
|
"main": "lib/src/index.js",
|
|
"types": "lib/src/index.d.ts",
|
|
"repository": "https://github.com/blockworks-foundation/mango-v4",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"clean": "rm -rf dist",
|
|
"example0": "ts-node ts/example0.ts",
|
|
"example1-user": "ts-node ts/example1-user.ts",
|
|
"example1-admin": "ts-node ts/example1-admin.ts",
|
|
"format": "prettier --check .",
|
|
"lint": "eslint . --ext ts --ext tsx --ext js --quiet",
|
|
"type-check": "tsc --pretty --noEmit"
|
|
},
|
|
"author": {
|
|
"name": "Blockworks Foundation",
|
|
"email": "hello@blockworks.foundation",
|
|
"url": "https://blockworks.foundation"
|
|
},
|
|
"devDependencies": {
|
|
"@tsconfig/recommended": "^1.0.1",
|
|
"@types/chai": "^4.3.0",
|
|
"@types/mocha": "^9.1.0",
|
|
"@types/node": "^14.14.37",
|
|
"@typescript-eslint/eslint-plugin": "^4.14.2",
|
|
"@typescript-eslint/parser": "^4.14.2",
|
|
"chai": "^4.3.4",
|
|
"eslint": "^7.28.0",
|
|
"eslint-config-prettier": "^7.2.0",
|
|
"mocha": "^9.1.3",
|
|
"prettier": "^2.0.5",
|
|
"ts-mocha": "^8.0.0",
|
|
"ts-node": "^9.1.1",
|
|
"typedoc": "^0.22.5",
|
|
"typescript": "^4.4.4"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"prettier": {
|
|
"singleQuote": true,
|
|
"trailingComma": "all"
|
|
},
|
|
"dependencies": {
|
|
"@project-serum/anchor": "^0.22.0",
|
|
"@project-serum/serum": "^0.13.62",
|
|
"@solana/spl-token": "^0.2.0",
|
|
"@types/bs58": "^4.0.1",
|
|
"big.js": "^6.1.1",
|
|
"bs58": "^5.0.0"
|
|
},
|
|
"license": "MIT"
|
|
}
|