-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.16 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
{
"name": "@aspianet/faraz-sms",
"version": "1.1.1",
"description": "بسته توسعه نرم افزاری یا اسدیکی فراز اساماس برای استفاده در محیط پلتفرم نودجیاس به همراه جاوااسکریپت یا تایپاسکریپت میباشد.",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"files": [
"build/**/*"
],
"scripts": {
"clean": "del ./build/*",
"build": "npm run clean && tsc"
},
"keywords": [
"FarazSMS",
"Faraz-SMS-SDK",
"faraz-sms",
"sms-web-service",
"فراز-اساماس",
"وب-سرویس-پیامک"
],
"author": "Omid Rouhani <[email protected]> (https://github.com/aspian-io)",
"license": "MIT",
"homepage": "https://github.com/aspian-io/faraz-sms-sdk#readme",
"repository": {
"type": "git",
"url": "[email protected]:aspian-io/faraz-sms-sdk.git"
},
"bugs": {
"url": "https://github.com/aspian-io/faraz-sms-sdk/issues",
"email": "[email protected]"
},
"devDependencies": {
"del-cli": "^4.0.1",
"typescript": "^4.5.5"
},
"dependencies": {
"axios": "^0.26.0"
}
}