UNPKG

1.9 kBJSONView Raw
1{
2 "name": "@architect/architect",
3 "version": "6.0.17",
4 "description": "Create, deploy, and maintain next-generation AWS cloud function-based serverless infrastructure with full local, offline workflows, and more.",
5 "main": "src/index.js",
6 "bin": {
7 "arc": "src/index.js"
8 },
9 "scripts": {
10 "test": "npm run lint && npm run test:integration && npm run coverage",
11 "test:unit": "tape test/unit/*-test.js test/unit/**/*-test.js test/unit/**/**/*-test.js| tap-spec",
12 "test:integration": "tape test/integration/*-test.js | tap-spec",
13 "lint": "eslint . --fix",
14 "coverage": "nyc --reporter=lcov --reporter=text-summary npm run test:unit",
15 "build": "pkg index.js && npm run tidy",
16 "tidy": "rm -rf dist && mkdir dist && mv index-linux dist/arc-linux && mv index-macos dist/arc && mv index-win.exe dist/arc.exe"
17 },
18 "repository": {
19 "type": "git",
20 "url": "https://github.com/architect/architect.git"
21 },
22 "bugs": {
23 "url": "https://github.com/architect/architect/issues"
24 },
25 "homepage": "https://arc.codes",
26 "keywords": [
27 "amazon",
28 "api gateway",
29 "arc",
30 "architect",
31 "aws",
32 "cloud functions",
33 "cloud",
34 "dynamodb",
35 "framework",
36 "lambda",
37 "s3",
38 "serverless",
39 "sns"
40 ],
41 "author": "Brian LeRoux <b@brian.io>",
42 "license": "Apache-2.0",
43 "dependencies": {
44 "@architect/deploy": "1.2.6",
45 "@architect/env": "1.0.2",
46 "@architect/hydrate": "1.4.9",
47 "@architect/logs": "1.0.4",
48 "@architect/package": "1.0.49",
49 "@architect/repl": "1.0.3",
50 "@architect/sandbox": "1.4.8",
51 "@architect/utils": "1.3.8",
52 "aws-sdk": "2.550.0",
53 "chalk": "2.4.2"
54 },
55 "devDependencies": {
56 "codecov": "^3.6.1",
57 "eslint": "^6.5.1",
58 "nyc": "^14.1.1",
59 "pkg": "^4.4.0",
60 "proxyquire": "^2.1.3",
61 "sinon": "^7.5.0",
62 "tap-spec": "^5.0.0",
63 "tape": "^4.11.0"
64 }
65}