-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 888 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
{
"name": "node-asuran-db",
"version": "0.0.5",
"description": "Lightweight ORM supporting revision with user action traceability for Typescript and MariaDB",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TruffeCendree/node-asuran-db.git"
},
"keywords": [
"ORM",
"MariaDB",
"MySQL",
"node",
"Typescript",
"revision"
],
"author": "Thomas VEILLARD",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/TruffeCendree/node-asuran-db/issues"
},
"homepage": "https://github.com/TruffeCendree/node-asuran-db#readme",
"dependencies": {
"fp-ts": "^2.6.6",
"io-ts": "^2.2.6"
},
"devDependencies": {
"@types/debug": "^4.1.5",
"@types/node": "^14.0.13",
"debug": "^4.1.1"
}
}