-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.38 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
{
"name": "@flashflashrevolution/database-entities",
"version": "0.5.2",
"description": "Collection of database entities and migrations for use in FFR packages.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"prepublish": "./node_modules/.bin/tsc",
"scripts": {
"start": "ts-node src/index.ts",
"typeorm": "node --require ts-node/register ./node_modules/typeorm/cli.js",
"test": "echo \"No test specified\""
},
"repository": {
"type": "git",
"url": "ssh://[email protected]/flashflashrevolution/lib-database-entities.git"
},
"author": "Zageron",
"license": "AGPL-3.0-only",
"bugs": {
"url": "https://github.com/flashflashrevolution/lib-database-entities/issues"
},
"homepage": "https://github.com/flashflashrevolution/lib-database-entities#readme",
"dependencies": {
"dotenv": "^8.2.0",
"mysql-error-codes": "^0.1.2",
"mysql2": "^2.2.5",
"reflect-metadata": "^0.1.13",
"simple-oauth2": "4.2.0",
"typeorm": "0.2.32",
"typescript-string-operations": "^1.4.1"
},
"devDependencies": {
"@types/node": "^15.0.1",
"@types/simple-oauth2": "4.1.0",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"eslint": "^7.25.0",
"ts-node": "^9.1.1",
"typescript": "^4.2.4"
},
"files": [
"dist/**"
]
}