UNPKG

1.33 kBJSONView Raw
1{
2 "name": "@open-rights-exchange/orejs",
3 "version": "1.7.9",
4 "description": "Orejs is a Javascript helper library to provide simple high-level access to the ore-protocol. Orejs uses eosJS as a wrapper to the EOS blockchain.",
5 "main": "./dist/index.js",
6 "scripts": {
7 "build": "tsc --project ./tsconfig.json --pretty",
8 "lint": "./node_modules/.bin/eslint test/** src/** --fix",
9 "prepublish": "npm run build",
10 "test": "jest --runInBand --coverage --detectOpenHandles"
11 },
12 "repository": {
13 "type": "git",
14 "url": "git+https://github.com/open-rights-exchange/orejs.git"
15 },
16 "author": "Open Rights Exchange",
17 "bugs": {
18 "url": "https://github.com/open-rights-exchange/orejs/issues"
19 },
20 "homepage": "https://github.com/open-rights-exchange/orejs#readme",
21 "devDependencies": {
22 "eslint": "^4.19.1",
23 "eslint-config-airbnb": "^17.1.0",
24 "eslint-plugin-import": "^2.14.0",
25 "eslint-plugin-jsx-a11y": "^6.1.2",
26 "eslint-plugin-react": "^7.11.1",
27 "jest": "^23.6.0",
28 "jest-fetch-mock": "^1.6.6",
29 "typescript": "^2.9.2"
30 },
31 "dependencies": {
32 "dotenv": "^6.1.0",
33 "eosjs": "20.0.0-beta2",
34 "eosjs-ecc": "^4.0.4",
35 "eosjs-keygen": "^1.3.2",
36 "hash.js": "^1.1.7",
37 "node-fetch": "^2.2.0",
38 "sjcl": "^1.0.7",
39 "text-encoding": "^0.7.0"
40 }
41}