-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
36 lines (36 loc) · 848 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
{
"name": "ts-debug",
"version": "1.3.0",
"description": "Configurable console wrapper for Typescript",
"main": "./debug",
"typings": "./debug",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "$(npm bin)/tsc -p tsconfig.json",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DanielKucal/ts-debug.git"
},
"keywords": [
"typescript",
"debug",
"console",
"wrapper",
"debugging",
"angular",
"configurable"
],
"author": "Daniel Kucal",
"license": "ISC",
"bugs": {
"url": "https://github.com/DanielKucal/ts-debug/issues"
},
"homepage": "https://github.com/DanielKucal/ts-debug#readme",
"dependencies": {},
"devDependencies": {
"@types/node": "^10.12.10",
"typescript": "^3.1.6"
}
}