-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.06 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "pastel_nodejs_client",
"version": "1.0.6",
"description": "A Node.js client library for interacting with the Pastel blockchain.",
"main": "src/index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pastelnetwork/pastel_nodejs_client.git"
},
"keywords": [
"pastel",
"blockchain",
"client",
"crypto",
"nodejs"
],
"author": "Jeffrey Emanuel <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/pastelnetwork/pastel_nodejs_client/issues"
},
"homepage": "https://github.com/pastelnetwork/pastel_nodejs_client#readme",
"dependencies": {
"axios": "^1.6.7",
"date-fns": "^3.3.1",
"dotenv": "^16.4.1",
"pastel_nodejs_client": "^1.0.6",
"winston": "^3.11.0",
"winston-daily-rotate-file": "^4.7.1"
},
"devDependencies": {
"chai": "^5.0.3",
"eslint": "^8.56.0",
"mocha": "^10.2.0",
"prettier": "^3.2.5",
"sinon": "^17.0.1"
}
}