This repository has been archived by the owner on May 10, 2021. It is now read-only.
generated from fiquu/template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.03 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "@fiquu/slseed-web-utils",
"version": "3.0.2",
"description": "fiquu Slseed web utils and tools.",
"main": "lib/slseed-utils.js",
"scripts": {
"test": "nyc mocha -r ts-node/register test/**/*.spec.ts",
"postversion": "git push --follow-tags",
"prebuild": "rimraf lib/",
"build": "tsc",
"postbuild": "chmod +x lib/cli.js",
"prepack": "npm run build",
"docs": "typedoc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fiquu/slseed-web-utils.git"
},
"keywords": [
"serverless",
"slseed",
"setup",
"tools",
"utils",
"app",
"api",
"web"
],
"author": "fiquu (https://github.com/fiquu) <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/fiquu/slseed-web-utils/issues"
},
"homepage": "https://github.com/fiquu/slseed-web-utils#readme",
"bin": {
"slseed-utils": "./lib/cli.js"
},
"dependencies": {
"@fiquu/is": "^3.0.1",
"chalk": "^4.1.1",
"clear-module": "^4.1.1",
"dotenv": "^8.2.0",
"glob": "^7.1.6",
"greeting-time": "^1.0.0",
"inquirer": "^8.0.0",
"mime-types": "^2.1.30",
"ora": "^5.4.0",
"rcfile": "^1.0.3",
"url-slug": "^3.0.1",
"username": "^5.1.0",
"yargs": "^16.2.0",
"zlib": "^1.0.5"
},
"peerDependencies": {
"aws-sdk": "^2.630.0",
"mongoose": "^5.9.2"
},
"devDependencies": {
"@fiquu/eslint-config": "^4.0.1",
"@types/aws-sdk": "^2.7.0",
"@types/chai": "^4.2.17",
"@types/faker": "^5.5.3",
"@types/glob": "^7.1.3",
"@types/inquirer": "^7.3.1",
"@types/mocha": "^8.2.2",
"@types/mongoose": "^5.10.5",
"@types/node": "^14.14.43",
"@types/yargs": "^16.0.1",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"aws-sdk": "^2.895.0",
"chai": "^4.3.4",
"eslint": "^7.25.0",
"faker": "^5.5.3",
"mocha": "^8.3.2",
"mongoose": "^5.12.6",
"nyc": "^15.1.0",
"rimraf": "^3.0.2",
"ts-node": "^9.1.1",
"typescript": "^4.2.4"
}
}