-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.11 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
43
44
45
46
47
{
"name": "kavenegar-api",
"version": "0.1.0",
"description": "kavenegar sms provider api",
"author": "Mohammad Foroutan",
"license": "ISC",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"module": "./dist/index.mjs",
"files": [
"dist"
],
"scripts": {
"dev": "vitest",
"test": "vitest run",
"build": "tsup ./src/index.ts --format cjs,esm --dts",
"lint": "tsc",
"ci": "npm run lint && npm run test && npm run build",
"publish": "npm run lint && npm run build && npx changeset publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mfrtn/kavenegar-node-api.git"
},
"keywords": [
"sms",
"kavenegar",
"farsi",
"api",
"kavenegar-api",
"persian",
"sms-farsi",
"persian-sms"
],
"homepage": "https://github.com/mfrtn/kavenegar-node-api",
"bugs": {
"url": "https://github.com/mfrtn/kavenegar-node-api/issues"
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@types/node": "^20.12.5",
"dotenv": "^16.4.5",
"tsup": "^8.0.2",
"typescript": "^5.4.4",
"vitest": "^1.4.0"
}
}