-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (30 loc) · 743 Bytes
/
package.json
File metadata and controls
31 lines (30 loc) · 743 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
{
"name": "basic-node-ts-config",
"version": "1.2.8",
"description": "Configuração básica para um ambiente de desenvolvimento com NodeJs + TypeScript",
"main": "./lib/copyFile.js",
"preferGlobal": true,
"scripts": {
},
"bin": {
"create-node-basic": "./bin/index.js"
},
"keywords": [
"node",
"typescript",
"config"
],
"author": "Mateus Cardoso dos Santos",
"license": "ISC",
"dependencies": {
"colors": "^1.4.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mugarate12/basic-node-ts-config.git"
},
"bugs": {
"url": "https://github.com/mugarate12/basic-node-ts-config/issues"
},
"homepage": "https://github.com/mugarate12/basic-node-ts-config"
}