forked from architect/arc.codes
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.64 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.64 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
46
47
48
49
50
51
52
53
54
55
56
{
"name": "@architect/arc.codes",
"version": "1.1.3",
"description": "Architect docs: https://arc.codes - Create, deploy, and maintain next-generation AWS cloud function-based serverless infrastructure with full local, offline workflows, and more.",
"scripts": {
"lint": "eslint . --ignore-pattern node_modules --fix",
"spellcheck": "npx spellchecker ./src/shared/**/*.md --no-suggestions -q -d ./dictionary.js --plugins spell indefinite-article repeated-words syntax-mentions syntax-urls",
"start": "npm run spellcheck && nodemon --watch src/shared/ -e md,css,js --exec NODE_ENV=testing npx sandbox",
"test": "AWS_REGION=us-west-2 tape test/test.js | tap-spec && npm run lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arc-repos/arc.codes.git"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/arc-repos/arc.codes/issues"
},
"homepage": "https://github.com/arc-repos/arc.codes#readme",
"dependencies": {
"@architect/architect": "^5.0.7"
},
"devDependencies": {
"@architect/functions": "^1.12.1",
"eslint": "^5.10.0",
"nodemon": "^1.18.9",
"spellchecker-cli": "^4.0.1",
"tap-spec": "^5.0.0",
"tape": "^4.9.1",
"tiny-json-http": "^7.0.0"
},
"prettier": {
"semi": false,
"singleQuote": true,
"tabWidth": 2,
"useTabs": false,
"trailingComma:": "es5",
"bracketSpacing": false,
"endOfLine": "lf",
"printWidth": 1000
},
"keywords": [
"aws",
"lambda",
"amazon",
"serverless",
"cloud",
"cloud functions",
"api gateway",
"dynamodb",
"s3",
"sns",
"api gateway",
"framework"
]
}