-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 869 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
36
37
38
{
"name": "@davincilord/strapi-provider-sms-smsenvoi",
"version": "1.0.0",
"description": "SMSEnvoi provider for Strapi 4",
"keywords": [
"strapi",
"sms",
"provider",
"smsenvoi"
],
"publishConfig": {
"registry": "https://npm.pkg.github.com/davincilord"
},
"bugs": {
"url": "https://github.com/davincilord/strapi-provider-sms-smsenvoi/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/davincilord/strapi-provider-sms-smsenvoi.git"
},
"license": "SEE LICENSE IN LICENSE",
"main": "./lib",
"directories": {
"lib": "./lib"
},
"scripts": {
"lint": "eslint .",
"publish:latest": "npm publish --access public --tag latest"
},
"dependencies": {
"@strapi/utils": "4.6.1",
"axios": "^1.3.4"
},
"engines": {
"node": ">=14.19.1 <=18.x.x",
"npm": ">=6.0.0"
}
}