-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.15 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
48
49
50
51
52
53
54
55
56
57
{
"name": "egg-dysmsapi",
"version": "1.0.0",
"description": "sms api v2.0 plugin for egg",
"eggPlugin": {
"name": "dysmsapi"
},
"keywords": [
"egg",
"eggPlugin",
"egg-plugin"
],
"dependencies": {
"@alicloud/dysmsapi20170525": "^2.0.23",
"@alicloud/openapi-client": "^0.4.5",
"assert": "^2.0.0"
},
"devDependencies": {
"egg": "^3",
"egg-bin": "^5",
"egg-ci": "^2",
"egg-mock": "^5",
"eslint": "^8",
"eslint-config-egg": "^12"
},
"engines": {
"node": ">=16.0.0"
},
"scripts": {
"test": "npm run lint -- --fix && npm run test-local",
"test-local": "egg-bin test",
"cov": "egg-bin cov",
"lint": "eslint .",
"ci": "npm run lint && npm run cov"
},
"files": [
"index.d.ts",
"config",
"lib",
"agent.ts",
"app.ts"
],
"types": "./index.d.ts",
"ci": {
"version": "16, 18"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eggjs/egg-dysmsapi.git"
},
"bugs": {
"url": "https://github.com/eggjs/egg/issues"
},
"homepage": "https://github.com/eggjs/egg-dysmsapi#readme",
"author": "Qyokizzzz",
"license": "MIT"
}