forked from Bhargav230m/ArrowmentDB
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 933 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
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "arrowment-db-commonjs",
"version": "1.2.2",
"description": "A JSON type database similar to Mongoose, uses JSON files to save data",
"main": "src/index.cjs",
"type": "commonjs",
"exports": {
"import": "./src/index.js",
"require": "./src/index.cjs"
},
"directories": {
"test": "test"
},
"scripts": {
"test": "node test/script.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Bhargav230m/ArrowmentDB.git"
},
"keywords": [
"database",
"data",
"db",
"json",
"discord-bot",
"discord.js",
"ai",
"mongoose"
],
"author": "TechPowerB",
"license": "ISC",
"bugs": {
"url": "https://github.com/Bhargav230m/ArrowmentDB/issues"
},
"homepage": "https://github.com/Bhargav230m/ArrowmentDB#readme",
"devDependencies": {
"esm": "^3.2.25",
"mocha": "^10.3.0"
},
"dependencies": {
"chai": "^5.1.0"
}
}