-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 997 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
{
"name": "@obayd/nodeorm",
"version": "1.0.1",
"description": "NodeORM - A powerful and elegant ORM (Object-Relational Mapping) library for Node.js, inspired by Laravel's Eloquent. Simplify database interactions and streamline your Node.js application development.",
"main": "index.js",
"type": "module",
"scripts": {
"test": "SET NODE_OPTIONS='--experimental-vm-modules'; jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/obaydmerz/nodeorm.git"
},
"keywords": [
"nodejs",
"node",
"orm",
"database",
"laravel",
"eloquent",
"mysql",
"sqlite",
"storage",
"no-native-files",
"mysql2",
"fast",
"node-mysql"
],
"author": {
"name": "Abderrahmene Merzoug",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/obaydmerz/nodeorm/issues"
},
"homepage": "https://github.com/obaydmerz/nodeorm#readme",
"jest": {
"transform": {}
}
}