@azuro-org/dictionaries
Version:
CLI and set of helpers to work with Azuro protocol dictionaries
54 lines (53 loc) • 1.57 kB
JSON
{
"name": "@azuro-org/dictionaries",
"version": "3.0.28",
"description": "CLI and set of helpers to work with Azuro protocol dictionaries",
"homepage": "https://github.com/Azuro-protocol/dictionaries/blob/main/packages/dictionaries",
"author": "",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/Azuro-protocol/dictionaries.git"
},
"bugs": {
"url": "https://github.com/Azuro-protocol/dictionaries/issues"
},
"keywords": [
"azuro",
"dictionaries",
"helpers",
"cli"
],
"module": "dist/index.es.js",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"bin": {
"get-outcomes": "bin/get-outcomes/index.js"
},
"scripts": {
"dev": "rollup -cw",
"test": "node test.js",
"cleanup": "rimraf ./dist & rimraf ./lib & rimraf ./src/dictionaries",
"build": "npm run cleanup && node bin/get-dictionaries && rollup -c --compact",
"prepublishOnly": "npm run build && npm run test",
"test-get-outcomes": "node ./bin/get-outcomes --market 'Full Time Result'"
},
"dependencies": {
"minimist": "^1.2.7"
},
"devDependencies": {
"@babel/core": "^7.17.0",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^23.0.3",
"@rollup/plugin-json": "^4.1.0",
"@types/node": "^17.0.21",
"builtin-modules": "^3.3.0",
"fast-glob": "^3.2.12",
"rimraf": "^3.0.2",
"rollup": "^2.67.0",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-typescript2": "^0.34.1",
"tslib": "^2.4.1",
"typescript": "^4.6.2"
}
}