|
1 | 1 | { |
2 | | - "name": "cryptomarket", |
3 | | - "version": "1.0.6", |
4 | | - "description": "The CryptoMarket for Node.js", |
5 | | - "homepage": "https://www.cryptomkt.com", |
6 | | - "engines": { |
7 | | - "node": "*" |
8 | | - }, |
9 | | - "main": "lib/index.js", |
10 | | - "scripts": { |
11 | | - "test": "env TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\" }' mocha -r ts-node/register 'test/**/*.test.ts'" |
12 | | - }, |
13 | | - "author": "Ismael Verdugo Zambra", |
14 | | - "directories": { |
15 | | - "lib": "./lib" |
16 | | - }, |
17 | | - "repository": { |
18 | | - "type": "git", |
19 | | - "url": "https://github.com/cryptomkt/cryptomkt-node.git" |
20 | | - }, |
21 | | - "bugs": { |
22 | | - "url": "https://github.com/cryptomkt/cryptomkt-node/issues" |
23 | | - }, |
24 | | - "keywords": [ |
25 | | - "api", |
26 | | - "cryptomarket", |
27 | | - "cryptomkt", |
28 | | - "exchange", |
29 | | - "ethereum", |
30 | | - "ether", |
31 | | - "bitcoin", |
32 | | - "btc", |
33 | | - "eos", |
34 | | - "stellar", |
35 | | - "xlm" |
36 | | - ], |
37 | | - "license": "Apache-2.0", |
38 | | - "dependencies": { |
39 | | - "bigdecimal": "^0.6.1", |
40 | | - "crypto-js": "^4.0.0", |
41 | | - "node-fetch": "^2.6.1", |
42 | | - "rxjs": "^6.6.3", |
43 | | - "ws": "^7.4.0" |
44 | | - }, |
45 | | - "devDependencies": { |
46 | | - "@types/chai": "^4.3.1", |
47 | | - "@types/crypto-js": "^4.1.1", |
48 | | - "@types/mocha": "^9.1.1", |
49 | | - "@types/node-fetch": "^2.6.2", |
50 | | - "@types/ws": "^8.5.3", |
51 | | - "chai": "^4.3.6", |
52 | | - "mocha": "^8.4.0", |
53 | | - "ts-node": "^10.8.1", |
54 | | - "typescript": "^4.7.4" |
55 | | - } |
| 2 | + "name": "cryptomarket", |
| 3 | + "version": "3.0.0", |
| 4 | + "description": "The CryptoMarket for Node.js", |
| 5 | + "homepage": "https://www.cryptomkt.com", |
| 6 | + "engines": { |
| 7 | + "node": ">=18" |
| 8 | + }, |
| 9 | + "main": "lib/index.ts", |
| 10 | + "scripts": { |
| 11 | + "test": "env TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\" }' mocha -r ts-node/register 'test/**/*.test.ts'" |
| 12 | + }, |
| 13 | + "author": "Ismael Verdugo Zambra", |
| 14 | + "directories": { |
| 15 | + "lib": "./lib" |
| 16 | + }, |
| 17 | + "repository": { |
| 18 | + "type": "git", |
| 19 | + "url": "https://github.com/cryptomkt/cryptomkt-node.git" |
| 20 | + }, |
| 21 | + "bugs": { |
| 22 | + "url": "https://github.com/cryptomkt/cryptomkt-node/issues" |
| 23 | + }, |
| 24 | + "keywords": [ |
| 25 | + "api", |
| 26 | + "cryptomarket", |
| 27 | + "cryptomkt", |
| 28 | + "exchange", |
| 29 | + "ethereum", |
| 30 | + "ether", |
| 31 | + "bitcoin", |
| 32 | + "btc", |
| 33 | + "eos", |
| 34 | + "stellar", |
| 35 | + "xlm" |
| 36 | + ], |
| 37 | + "license": "Apache-2.0", |
| 38 | + "dependencies": { |
| 39 | + "bigdecimal": "0.6.1", |
| 40 | + "crypto-js": "4.2.0", |
| 41 | + "node-fetch": "^2.6.1", |
| 42 | + "ws": "^7.4.0" |
| 43 | + }, |
| 44 | + "devDependencies": { |
| 45 | + "@types/chai": "4.3.11", |
| 46 | + "@types/crypto-js": "4.2.2", |
| 47 | + "@types/mocha": "10.0.6", |
| 48 | + "@types/node-fetch": "2.6.11", |
| 49 | + "@types/ws": "^8.5.3", |
| 50 | + "chai": "^4.3.6", |
| 51 | + "mocha": "10.3.0", |
| 52 | + "ts-node": "10.9.2", |
| 53 | + "typescript": "5.3.3" |
| 54 | + } |
56 | 55 | } |
0 commit comments