forked from fecharge/ir.fecharge.smsApi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 791 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
{
"name": "ir.fecharge.smsApi",
"version": "1.0.0",
"description": "this is a sms api that create payment from sms that received.",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mohsenxad/ir.fecharge.smsApi.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/mohsenxad/ir.fecharge.smsApi/issues"
},
"homepage": "https://github.com/mohsenxad/ir.fecharge.smsApi#readme",
"dependencies": {
"body-parser": "^1.20.0",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"jest": "^29.0.1",
"kavenegar": "^1.1.4"
},
"devDependencies": {
"nodemon": "^2.0.19"
}
}