-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.27 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.27 KB
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
45
{
"name": "server-port",
"version": "0.0.13",
"description": "Conjunto de interfaces para Arquitetura Limpa, auxilia a implementação do SOLID no TypeScript a nivel de framework",
"private": false,
"main": "./src/index.ts",
"preferGlobal": true,
"scripts": {
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ctrl-space-org/server-port.git"
},
"keywords": [
"port",
"interface",
"express",
"restify"
],
"author": "Leonardo Lucas dos Santos - @sombratwo",
"license": "ISC",
"bugs": {
"url": "https://github.com/ctrl-space-org/server-port/issues"
},
"homepage": "https://github.com/ctrl-space-org/server-port#readme",
"devDependencies": {
"@types/jest": "^24.0.11",
"@types/supertest": "^2.0.7",
"@typescript-eslint/eslint-plugin": "^1.7.0",
"@typescript-eslint/parser": "^1.7.0",
"eslint": "^5.16.0",
"eslint-config-prettier": "^4.2.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-standard": "^4.0.0",
"prettier": "^1.17.0",
"ts-jest": "^24.0.1",
"ts-node": "^8.0.3",
"typescript": "^3.4.1"
}
}