-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 940 Bytes
/
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
{
"name": "pmoa",
"version": "2.1.0",
"description": "Easily manage your PM account through the official API using the pmoa (Perfect money official api) library",
"main": "src/index.js",
"scripts": {
"dev": "nodemon src/index",
"test": "jest --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mmdzov/pmoa.git"
},
"keywords": ["perfect-money","perfectmoney","api","exchange","voucher"],
"author": "mmdzov",
"license": "MIT",
"bugs": {
"url": "https://github.com/mmdzov/pmoa/issues"
},
"homepage": "https://github.com/mmdzov/pmoa#readme",
"devDependencies": {
"@jest/globals": "^29.6.1",
"@types/axios": "^0.14.0",
"@types/node": "^20.4.4",
"jest": "^29.6.1",
"nodemon": "^3.0.1"
},
"dependencies": {
"axios": "^1.4.0",
"dotenv": "^16.3.1",
"node-html-parser": "^6.1.5",
"pmoa": "^1.0.1",
"socks-proxy-agent": "^8.0.1"
}
}