UNPKG

1.4 kBJSONView Raw
1{
2 "name": "@scrypta/core",
3 "version": "2.2.4",
4 "description": "Scrypta Javascript Library for build Blockchain enabled applications.",
5 "private": false,
6 "main": "src/index.js",
7 "bin": {
8 "scrypta": "./src/cli.js"
9 },
10 "scripts": {
11 "test:local": "mocha test/test.local.js",
12 "test:static": "node test/test.static.js",
13 "test:p2p": "node test/test.p2p.js",
14 "pub": "npm publish --access public"
15 },
16 "keywords": [
17 "blockchain",
18 "scrypta",
19 "scryptachain"
20 ],
21 "author": "Scrypta",
22 "repository": {
23 "type": "git",
24 "url": "https://github.com/scryptachain/scrypta-core"
25 },
26 "bugs": {
27 "url": "https://github.com/scryptachain/scrypta-core/issues",
28 "email": "sebastiano.c@scrypta.foundation"
29 },
30 "license": "MIT",
31 "dependencies": {
32 "@scrypta/coinkey": "^3.0.2",
33 "axios": "^0.19.0",
34 "binstring": "^0.2.1",
35 "browser-cookies": "^1.2.0",
36 "create-hash": "^1.2.0",
37 "crypto-hashing": "^1.0.0",
38 "crypto-js": "^3.1.9-1",
39 "ecdsa": "^0.7.0",
40 "eckey": "^1.0.0",
41 "ecurve": "^1.0.6",
42 "lodash": "^4.17.15",
43 "mathjs": "^6.6.4",
44 "node-rsa": "^1.0.7",
45 "ripemd160": "^2.0.2",
46 "secp256k1": "^3.7.1",
47 "secure-random": "^1.1.1",
48 "socket.io": "^2.3.0",
49 "socket.io-client": "^2.3.0",
50 "uuid": "^3.3.2",
51 "yargs": "^15.3.1"
52 },
53 "devDependencies": {
54 "mocha": "^7.1.1"
55 }
56}