UNPKG

1.81 kBJSONView Raw
1{
2 "name": "@architect/architect",
3 "version": "6.4.0",
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 "rc": "npm version prerelease --preid RC"
16 },
17 "repository": {
18 "type": "git",
19 "url": "https://github.com/architect/architect.git"
20 },
21 "bugs": {
22 "url": "https://github.com/architect/architect/issues"
23 },
24 "homepage": "https://arc.codes",
25 "keywords": [
26 "amazon",
27 "api gateway",
28 "arc",
29 "architect",
30 "aws",
31 "cloud functions",
32 "cloud",
33 "dynamodb",
34 "framework",
35 "lambda",
36 "s3",
37 "serverless",
38 "sns"
39 ],
40 "author": "Brian LeRoux <b@brian.io>",
41 "license": "Apache-2.0",
42 "dependencies": {
43 "@architect/create": "1.0.18",
44 "@architect/deploy": "1.7.1",
45 "@architect/env": "1.0.10",
46 "@architect/hydrate": "1.5.0",
47 "@architect/logs": "1.0.11",
48 "@architect/package": "1.3.3",
49 "@architect/repl": "1.0.14",
50 "@architect/sandbox": "1.10.0",
51 "@architect/utils": "1.5.7",
52 "aws-sdk": "2.644.0",
53 "chalk": "4.0.0",
54 "update-notifier": "4.1.0"
55 },
56 "devDependencies": {
57 "codecov": "^3.6.5",
58 "eslint": "^6.8.0",
59 "nyc": "^15.0.0",
60 "proxyquire": "^2.1.3",
61 "sinon": "^9.0.1",
62 "tap-spec": "^5.0.0",
63 "tape": "^4.13.2"
64 }
65}