forked from softprops/serverless-rust
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 905 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
40
{
"name": "serverless-rust",
"version": "0.3.7",
"description": "Serverless framework plugin for Rustlang applications",
"main": "index.js",
"scripts": {
"test": "eslint *.js && prettier --check '*.js'",
"fmt": "prettier --write '*.js'"
},
"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": "^9.0.0",
"serverless": "^1.71.3"
},
"devDependencies": {
"eslint": "^7.1.0",
"prettier": "^2.0.5"
},
"files": [
"index.js",
"package.json",
"README.md"
]
}