openrarityjs-mintify
Version:
A NodeJS wrapper for OpenRarity (v0.7.1).
41 lines (40 loc) • 787 B
JSON
{
"name": "openrarityjs-mintify",
"version": "1.1.2",
"description": "",
"keywords": [
"openrarity",
"js",
"javascript",
"nft",
"rarity",
"ethereum"
],
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kareemfakhuri/openrarityjs.git"
},
"author": "kareemfakhuri",
"license": "MIT",
"bugs": {
"url": "https://github.com/kareemfakhuri/openrarityjs/issues"
},
"homepage": "https://github.com/kareemfakhuri/openrarityjs#readme",
"devDependencies": {
"@types/node": "^18.11.18"
},
"files": [
"lib",
"scripts",
"pyproject.toml",
"poetry.lock"
],
"dependencies": {
"typescript": "^5.8.3"
}
}