forked from softprops/serverless-rust
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 910 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
39
{
"name": "serverless-rust",
"version": "0.3.1",
"description": "Serverless framework plugin for Rustlang applications",
"main": "index.js",
"scripts": {
"test": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/softprops/serverless-rust.git"
},
"keywords": [
"rustlang",
"aws",
"serverless",
"lambda"
],
"author": "softprops",
"license": "MIT",
"bugs": {
"url": "https://github.com/softprops/serverless-rust/issues"
},
"homepage": "https://github.com/softprops/serverless-rust#readme",
"dependencies": {
"fs-copy-file-sync": "^1.1.1",
"fs-extra": "^7.0.1",
"serverless": "git://github.com/serverless/serverless.git#fe86fdee0f3bb07e0dbaee34888354e11b263c78",
"test": "^0.6.0"
},
"devDependencies": {
"eslint": "^5.14.0"
},
"files": [
"index.js",
"package.json",
"README.md"
]
}