-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.03 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.03 KB
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
{
"name": "serphperless",
"version": "0.1.3",
"description": "Blazing fast PHP function deployment",
"main": "dist/serphperless.js",
"author": "Samuel Roze",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"flow-babel-webpack-plugin": "^1.1.0",
"shebang-loader": "^0.0.1",
"webpack": "^3.8.1",
"webpack-node-externals": "^1.6.0"
},
"dependencies": {
"commander": "^2.11.0",
"debug": "^3.1.0",
"fs-extra": "^4.0.2",
"inquirer": "^3.3.0",
"symfony-style-console": "^0.2.0"
},
"directories": {
"doc": "doc"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/serphperless/cli.git"
},
"keywords": [
"serverless",
"symfony",
"php"
],
"bugs": {
"url": "https://github.com/serphperless/cli/issues"
},
"bin": {
"serphperless": "./dist/serphperless.js"
},
"homepage": "https://github.com/serphperless/cli#readme"
}