-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
39 lines (39 loc) · 873 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
{
"name": "typeorm-electron-javascript-example",
"version": "0.0.1",
"description": "",
"license": "MIT",
"readmeFilename": "README.md",
"author": {
"name": "Umed Khudoiberdiev",
"email": "pleerock.me@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/typeorm/electron-javascript-example.git"
},
"bugs": {
"url": "https://github.com/typeorm/electron-javascript-example/issues"
},
"tags": [
"orm",
"typescript",
"typescript-orm",
"electron-orm",
"typeorm-sample",
"typeorm-example"
],
"dependencies": {
"electron": "^1.8.4",
"sqlite3": "^4.0.0",
"typeorm": "^0.2.15"
},
"devDependencies": {
"electron-builder": "^20.8.1",
"typescript": "^3.3.3333"
},
"scripts": {
"start": "tsc && electron src/index.js",
"postinstall": "install-app-deps"
}
}