-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 833 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 833 Bytes
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
{
"name": "machobot-database",
"version": "0.1.14",
"description": "A database for Macho.",
"main": "out/index.js",
"dependencies": {
"class-validator": "^0.9.1",
"reflect-metadata": "^0.1.12",
"tslint-config-standard": "^7.1.0",
"typeorm": "^0.2.7"
},
"devDependencies": {
"tslint": "^5.11.0",
"typescript": "^3.0.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublishOnly": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/machobot/database.git"
},
"keywords": [
"database",
"macho"
],
"author": "Jason Bothell <shadowmanguyyt@gmail.com>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/machobot/database/issues"
},
"homepage": "https://github.com/machobot/database#readme"
}