UNPKG

@blockassetlabs/minter

Version:

Blockasset Minter

72 lines 2.09 kB
{ "name": "@blockassetlabs/minter", "version": "2.4.9", "description": "Blockasset Minter", "keywords": [ "solana", "anchor", "minter" ], "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "repository": "https://github.com/Blockasset/blockasset-labs", "author": "Soroosh Ansarimehr <soroosh@blockasset.co>", "bugs": { "url": "https://github.com/Blockasset/blockasset-labs/issues", "email": "info@blockasset.co" }, "homepage": "https://blockasset.co", "license": "MIT", "resolutions": { "bn.js": "^5.2.0", "@types/bn.js": "^5.1.0" }, "publishConfig": { "access": "public" }, "files": [ "dist/", "src/" ], "scripts": { "build": "rm -fr dist/ && tsc -P tsconfig.cjs.json && tsc -P tsconfig.esm.json", "clean": "rm -fr dist/", "typecheck": "tsc", "lint": "eslint --cache --fix", "lint:ci": "eslint . --max-warnings=0", "test:e2e": "anchor test --skip-build 'tests/**/*.ts'", "docs:generate": "typedoc --excludePrivate --includeVersion --out ../../docs/minter/ src/index.ts", "yalc": "yalc publish", "test": "jest --setupFiles dotenv/config --detectOpenHandles" }, "devDependencies": { "@rushstack/eslint-patch": "^1.5.1", "@saberhq/anchor-contrib": "^1.14.11", "@saberhq/chai-solana": "^1.14.11", "@saberhq/eslint-config": "^3.0.0", "@saberhq/solana-contrib": "^1.14.11", "@saberhq/token-utils": "^1.14.11", "@saberhq/tsconfig": "^3.0.0", "@types/jest": "^29.5.6", "bn.js": "^5.2.1", "eslint": "^8.52.0", "eslint-import-resolver-node": "^0.3.9", "eslint-plugin-import": "^2.29.0", "eslint-plugin-jest": "^27.4.3", "jest": "^29.7.0", "jest-junit": "^16.0.0", "lint-staged": "^15.0.2", "mocha": "^10.2.0", "mocha-junit-reporter": "^2.2.1", "prettier": "^3.0.3", "ts-jest": "^29.1.1", "ts-node": "^10.9.1", "typedoc": "^0.25.2", "typescript": "^5.2.2" }, "dependencies": { "@blockassetlabs/project": "^2.4.9", "@solana/spl-token": "^0.3.8", "axios": "^1.5.1" } }