This repository has been archived by the owner on May 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.59 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
{
"author": {
"email": "[email protected]",
"name": "TrejGun"
},
"bugs": {
"url": "https://github.com/TrejGun/trejgun-mongo-bot-storage/issues"
},
"dependencies": {
"async": "3.2.4",
"mongodb": "5.4.0"
},
"description": "mongo bot storage",
"devDependencies": {
"@babel/cli": "7.21.5",
"@babel/core": "7.21.8",
"@babel/eslint-parser": "7.21.8",
"@babel/eslint-plugin": "7.19.1",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/preset-env": "7.21.5",
"@gemunion/eslint-config": "2.0.7",
"eslint": "8.40.0",
"eslint-config-prettier": "8.8.0",
"eslint-config-standard": "17.0.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-n": "15.7.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-promise": "6.1.1",
"husky": "4.3.8",
"lint-staged": "13.2.2",
"prettier": "2.8.8"
},
"engines": {
"node": ">=12.9.0"
},
"files": [
"src/",
"dist/"
],
"homepage": "https://github.com/TrejGun/trejgun-mongo-bot-storage#readme",
"keywords": [
"mongo",
"storage",
"BotBuilder"
],
"license": "MIT",
"main": "./dist/index.js",
"module": "./src/index.js",
"name": "@trejgun/mongo-bot-storage",
"repository": {
"type": "git",
"url": "https://github.com/TrejGun/trejgun-mongo-bot-storage.git"
},
"scripts": {
"build": "babel -d ./dist ./src --delete-dir-on-start",
"lint": "eslint . --fix",
"prepare": "npm run build",
"test": "exit 0"
},
"sideEffects": false,
"title": "-=Mongo Bot Storage=-",
"type": "module",
"version": "0.1.0"
}