-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 973 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 973 Bytes
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
{
"name": "@evari/serverless-microstrate",
"version": "0.0.4",
"description": "Serverless plugin to support MicroStrate provider",
"main": "index.js",
"publishConfig": {
"access": "public"
},
"type": "commonjs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/myevari/serverless-microstrate.git"
},
"keywords": [
"serverless",
"serverless framework",
"microstrate",
"provider",
"plugin"
],
"author": "MicroStrate",
"license": "ISC",
"bugs": {
"url": "https://github.com/myevari/serverless-microstrate/issues"
},
"homepage": "https://github.com/myevari/serverless-microstrate#readme",
"devDependencies": {
"prettier": "3.3.3",
"serverless": "3.39.0"
},
"dependencies": {
"chalk": "4.1.2",
"js-yaml": "4.1.0",
"node-fetch": "2.7.0"
},
"peerDependencies": {
"serverless": "<4"
}
}