mamam-sdk
Version:
TypeScript interfaces for MamaM
39 lines • 881 B
JSON
{
"name": "mamam-sdk",
"version": "1.1.0",
"description": "TypeScript interfaces for MamaM",
"dependencies": {
"@project-serum/anchor": "^0.18.2",
"@project-serum/serum": "^0.13.64"
},
"devDependencies": {
"chai": "^4.3.4",
"mocha": "^9.0.3",
"ts-mocha": "^8.0.0",
"@types/mocha": "^9.0.0",
"typescript": "^4.3.5"
},
"scripts": {
"idl": "node sdk/idlToTs.mjs",
"build": "rm -rf lib && tsc"
},
"main": "lib/sdk/initializeContext.js",
"files": [
"lib"
],
"types": "lib/sdk/initializeContext.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/WayneAl/MamaM.git"
},
"keywords": [
"Serum",
"MM"
],
"author": "Wayne Kuo",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/WayneAl/MamaM/issues"
},
"homepage": "https://github.com/WayneAl/MamaM#readme"
}