-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.09 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.09 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
{
"name": "@forest-fire/fire-layer",
"version": "0.60.11",
"description": "An AWS layer which includes a strong baseline of requirements for users who use Firemodel and Universal-Fire",
"main": "dist/index.js",
"files": [
"npm_deps/nodejs/node_modules",
"dist"
],
"scripts": {
"clean": "rimraf npm_deps/nodejs/node_modules/*",
"build": "run-s clean build:install",
"build:install": "cd npm_deps/nodejs && npm install && npm ls firemodel && npm ls universal-fire && npm ls firemock && cd ../..",
"deploy": "run-s build deploy:serverless",
"deploy:serverless": "sls deploy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/forest-fire/fire-layer.git"
},
"keywords": [
"firebase",
"firemodel",
"universal-fire"
],
"author": "Ken Snyder <ken@ken.net>",
"license": "ISC",
"bugs": {
"url": "https://github.com/forest-fire/fire-layer/issues"
},
"homepage": "https://github.com/forest-fire/fire-layer#readme",
"devDependencies": {
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2",
"serverless": "^2.28.6"
}
}