-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.13 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
{
"name": "@fjsolutions/mongodb-uri",
"version": "1.1.5",
"description": "A TypeScript module for creating, loading, and validating URI configuration information and then generating MongoDB URI connection strings.",
"main": "dist/index.js",
"scripts": {
"test": "cls && nodemon japaFile.js",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FJSolutions/mongodb-uri.git"
},
"author": "Francis Judge",
"license": "MIT",
"bugs": {
"url": "https://github.com/FJSolutions/mongodb-uri/issues"
},
"homepage": "https://github.com/FJSolutions/mongodb-uri#readme",
"devDependencies": {
"@types/node": "^14.14.16",
"@types/rfdc": "^1.1.0",
"@types/voca": "^1.4.0",
"@typescript-eslint/eslint-plugin": "^3.10.1",
"@typescript-eslint/parser": "^3.10.1",
"eslint": "^7.16.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-adonis": "^1.0.15",
"eslint-plugin-import": "^2.22.1",
"japa": "^3.1.1",
"nodemon": "^2.0.6",
"ts-node": "^8.10.2",
"typescript": "^3.9.7"
},
"dependencies": {
"rfdc": "^1.1.4",
"voca": "^1.4.0"
}
}