-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
66 lines (66 loc) · 1.63 KB
/
package.json
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
57
58
59
60
61
62
63
64
65
66
{
"name": "openapi-factory",
"version": "0.0.0",
"description": "Build API's and serverless code using node and first class functions.",
"main": "index.js",
"types": "index.d.ts",
"files": [
"index.js",
"index.d.ts",
"src"
],
"engines": {
"node": ">=14.x"
},
"scripts": {
"lint": "eslint --ext .js src index.js tests",
"test": "mocha tests/**/*.js -R spec"
},
"dependencies": {},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"chai": "^3.5.0",
"ci-build-tools": "^1.0.13",
"commander": "^2.9.0",
"error-object-polyfill": "^1.0.11",
"eslint": "^8.14.0",
"eslint-config-cimpress-atsquad": "^1.0.67",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-mocha": "^7.0.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"fs-extra": "^10.0.0",
"glob": "^5.0.15",
"mocha": "^9.2.2",
"sinon": "^15.0.3",
"sinon-chai": "^2.14.0",
"typescript": "^4.5.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rhosys/openapi-factory.js.git"
},
"keywords": [
"aws",
"cloudfront",
"package creation",
"microservice",
"api gateway",
"serverless",
"api gateway",
"aws api gateway",
"lambda",
"aws lambda",
"api",
"openapi",
"api factory",
"openapi factory"
],
"author": "Rhosys Developers <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/rhosys/openapi-factory.js/issues"
},
"homepage": "https://github.com/rhosys/openapi-factory.js#readme"
}