-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
32 lines (32 loc) · 963 Bytes
/
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
{
"name": "meteor-mongo-transactions",
"version": "1.0.0",
"description": "Implementation is based on using Meteor.EnvironmentVariable to store the MongoDB session and overrides in \r `MongoInternals.NpmModule.Collection` for each method that supports sessions.",
"main": "package.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bhunjadi/meteor-mongo-transactions.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/bhunjadi/meteor-mongo-transactions/issues"
},
"homepage": "https://github.com/bhunjadi/meteor-mongo-transactions#readme",
"devDependencies": {
"@types/chai": "^4.3.0",
"@types/meteor": "^2.9.8",
"@types/mocha": "^9.1.0",
"mongodb": "4.17.2"
},
"dependencies": {
"eventemitter2": "^6.4.9",
"uninstall": "^0.0.0"
}
}