-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 791 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 791 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
{
"name": "typeorm-position-functions",
"version": "2.0.0",
"description": "",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"private": false,
"scripts": {
"dev": "ts-node src/index.ts",
"lint": "npx prettier --write './src/*' && npx tslint './src/*'",
"build": "tsc"
},
"files": [
"/lib"
],
"dependencies": {
"optional-typescript": "^1.3.4",
"position-functions": "^1.0.1",
"reflect-metadata": "^0.1.12",
"typeorm": "^0.2.7",
"typeorm-event-functions": "^1.0.3"
},
"devDependencies": {
"@types/node": "^10.3.2",
"jest": "^23.4.1",
"ts-jest": "^23.0.1",
"ts-node-dev": "^1.0.0-pre.26",
"tslib": "^1.9.2",
"tslint": "^5.10.0",
"tslint-config-prettier": "^1.13.0",
"typescript": "^3.0.3"
}
}