-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 961 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": "slim-ef-examples",
"version": "0.1.0",
"description": "Slim-ef examples",
"main": "index.ts",
"scripts": {
"start": "node run ",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bugMaker-237/slim-ef-examples.git"
},
"keywords": [
"slim-ef",
"examples",
"linq",
"entity",
"efcore"
],
"author": "bugmaker-237",
"license": "MIT",
"bugs": {
"url": "https://github.com/bugMaker-237/slim-ef-examples/issues"
},
"homepage": "https://github.com/bugMaker-237/slim-ef-examples#readme",
"dependencies": {
"slim-ef": "^0.1.6"
},
"devDependencies": {
"@types/node": "^14.14.5",
"@types/sqlite3": "^3.1.6",
"nodemon": "^2.0.4",
"prettier": "^2.0.5",
"sqlite3": "^5.0.0",
"ts-node": "^9.0.0",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.9.7"
}
}