-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.02 KB
/
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
38
39
{
"name": "declaration-update",
"version": "0.0.2",
"description": "",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -rf dist && tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sundogrd/declaration-update.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/sundogrd/declaration-update/issues"
},
"homepage": "https://github.com/sundogrd/declaration-update#readme",
"devDependencies": {
"@commitlint/cli": "^8.2.0",
"@commitlint/config-conventional": "^8.2.0",
"@types/jest": "^24.0.18",
"@typescript-eslint/eslint-plugin": "^2.3.1",
"@typescript-eslint/parser": "^2.3.1",
"change-case": "^3.1.0",
"comment-json": "^2.2.0",
"eslint": "^6.5.0",
"eslint-config-prettier": "^6.3.0",
"husky": "^3.0.7",
"jest": "^24.9.0",
"prettier": "^1.18.2",
"ts-jest": "^24.1.0",
"typescript": "^3.6.3"
},
"dependencies": {
"debug": "^4.1.1"
}
}