UNPKG

1.72 kBJSONView Raw
1{
2 "name": "@globocom/backstage-functions",
3 "version": "0.2.0",
4 "description": "Remote serverless code executor",
5 "main": "index.js",
6 "scripts": {
7 "test": "REDIS_KEY_PREFIX=test nyc mocha --recursive test/",
8 "send_cover": "nyc report --reporter=text-lcov | coveralls",
9 "start_dev": "nf -j Procfile.local -e .env.local start",
10 "start_sandbox": "NUM_CPUS=1 STORAGE=inmemory nf -j Procfile.sandbox -e .env.local start",
11 "lint": "eslint lib test"
12 },
13 "repository": {
14 "type": "git",
15 "url": "git+https://github.com/backstage/functions.git"
16 },
17 "keywords": [
18 "serverless",
19 "sandbox",
20 "functions",
21 "backstage"
22 ],
23 "engines": {
24 "node": ">=8.9.1"
25 },
26 "author": "Backstage Team <backstage@corp.globo.com>",
27 "license": "MIT",
28 "dependencies": {
29 "@globocom/backstage-functions-sandbox": "^0.5.0",
30 "async": "^2.0.1",
31 "body-parser": "^1.15.2",
32 "deepcopy": "^0.6.3",
33 "express": "^4.14.0",
34 "gelf-pro": "^1.1.0",
35 "ioredis": "^3.1.4",
36 "jsonschema": "^1.1.0",
37 "lodash": "^4.16.2",
38 "morgan": "^1.7.0",
39 "raven": "^2.2.1",
40 "request": "^2.81.0",
41 "stack-trace": "^0.0.9",
42 "uuid": "^3.0.1",
43 "winston": "^2.2.0"
44 },
45 "devDependencies": {
46 "chai": "^3.5.0",
47 "chai-string": "^1.2.0",
48 "deepcopy": "^0.6.3",
49 "eslint": "^3.6.1",
50 "eslint-config-airbnb": "^12.0.0",
51 "eslint-plugin-import": "^1.16.0",
52 "eslint-plugin-jsx-a11y": "^2.2.2",
53 "eslint-plugin-react": "^6.3.0",
54 "foreman": "^2.0.0",
55 "istanbul": "^0.4.5",
56 "istanbul-coveralls": "^1.0.3",
57 "mocha": "^3.0.2",
58 "nodemon": "^1.10.2",
59 "nyc": "^11.3.0",
60 "sinon": "^4.1.3",
61 "supertest": "^2.0.0"
62 }
63}