-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.14 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
40
41
42
43
44
45
46
47
{
"name": "cling",
"version": "1.0.0-alpha.0",
"description": "A slackbot for the Angular CLI team",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/delasteve/cling"
},
"bugs": {
"url": "https://github.com/delasteve/cling/issues"
},
"author": {
"name": "Stephen Cavaliere",
"email": "[email protected]",
"url": "https://stephencavaliere.io"
},
"scripts": {
"test": "mocha -r ts-node/register \"src/**/*.spec.ts\"",
"test:coverage": "nyc npm test",
"start": "ts-node index.ts",
"build": "tsc --project ."
},
"license": "MIT",
"dependencies": {
"common-tags": "^1.4.0",
"dotenv": "^4.0.0",
"firebase-admin": "^4.1.2",
"got": "^6.7.1",
"slack": "^8.2.0",
"ts-node": "^2.1.0"
},
"devDependencies": {
"@types/chai": "^3.4.35",
"@types/common-tags": "^1.2.5",
"@types/dotenv": "^2.0.20",
"@types/mocha": "^2.2.39",
"@types/node": "^7.0.5",
"chai": "^3.5.0",
"mocha": "^3.2.0",
"nyc": "^10.1.2",
"remap-istanbul": "^0.9.1",
"tslint": "^4.4.2",
"typemoq": "^1.2.1",
"typescript": "^2.1.6"
}
}