UNPKG

@randomorg/core

Version:

The official library to access the RANDOM.ORG JSON-RPC API

55 lines (54 loc) 1.64 kB
{ "name": "@randomorg/core", "version": "1.1.1", "description": "The official library to access the RANDOM.ORG JSON-RPC API", "main": "./lib/index.js", "module": "./lib/esm/index.js", "scripts": { "test": "mocha ./test/test.js --timeout 15000", "test-coverage": "nyc --reporter=text mocha ./test/test.js --timeout 15000", "build": "npm run build-ts && npm run build-browser && npm run build-test", "build-ts": "tsc", "build-browser": "rollup --config --mode='browser' && rollup --config --mode='browser' --minify", "build-test": "rollup --config --mode='test'" }, "author": "RANDOM.ORG <contact@random.org> (https://www.random.org/)", "repository": { "type": "git", "url": "git://github.com/RandomOrg/JSON-RPC-JavaScript.git" }, "license": "MIT", "dependencies": { "xmlhttprequest": "^1.8.0" }, "devDependencies": { "@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-terser": "^0.4.4", "@types/node": "^20.8.7", "chai": "^4.3.10", "esm": "^3.2.25", "mocha": "^10.2.0", "nyc": "^15.1.0", "rollup": "^4.1.4", "rollup-plugin-ignore": "^1.0.10", "rollup-plugin-strip-code": "^0.2.7", "typescript": "^5.2.2" }, "types": "./types/index.d.ts", "typings": "./types/index.d.ts", "exports": { "require": "./lib/index.js", "import": "./lib/esm/index.js" }, "unpkg": "./lib/bundles/rdocore.iife.min.js", "keywords": [ "RANDOM.ORG", "random", "randomness", "basic", "signed", "core", "api" ] }