@theqrl/nft-providers
Version:
Post-quantum QRL NFT provider index
36 lines (35 loc) • 889 B
JSON
{
"name": "@theqrl/nft-providers",
"version": "1.1.0",
"description": "Post-quantum QRL NFT provider index",
"main": "index.js",
"scripts": {
"test": "nyc --reporter=html --reporter=text mocha test.js",
"build": "node build.js && npm run test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/theQRL/nft-providers.git"
},
"keywords": [
"QRL",
"Post-Quantum",
"NFT"
],
"author": "QRL contributors <info@theqrl.org> (https://theqrl.org/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/theQRL/nft-providers/issues"
},
"homepage": "https://github.com/theQRL/nft-providers#readme",
"devDependencies": {
"@theqrl/validate-qrl-address": "^3.0.0",
"chai": "^4.3.6",
"mocha": "^9.2.0",
"nyc": "^15.1.0",
"semantic-release": "^19.0.2"
},
"dependencies": {
"yamljs": "^0.3.0"
}
}