-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
37 lines (37 loc) · 909 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
{
"name": "ts-cleaner",
"version": "1.0.5",
"description": "Cleans a distribution directory by removing distribution files of deleted source files",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"ts-cleaner": "./bin/ts-cleaner.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TarVK/ts-cleaner.git"
},
"keywords": [
"TypeScript",
"ts",
"clean",
"watch",
"clear",
"delete",
"remove",
"unlink",
"CLI"
],
"author": "Tar van Krieken",
"license": "MIT",
"bugs": {
"url": "https://github.com/TarVK/ts-cleaner/issues"
},
"homepage": "https://github.com/TarVK/ts-cleaner#readme",
"dependencies": {
"args": "^5.0.1",
"chokidar": "^3.0.0"
}
}