-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.07 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
{
"name": "ask-assertions",
"version": "1.1.0",
"description": "A set of helpers to test ask projects.",
"main": "dist/index.js",
"scripts": {
"prepare": "rm -rf dist/* && npx tsc",
"test": "npx mocha -r ts-node/register test/test*.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/davidpaulhunt/ask-assertions.git"
},
"keywords": [
"Alexa",
"ASK",
"assert",
"assertions",
"test"
],
"author": "David Hunt <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/davidpaulhunt/ask-assertions/issues"
},
"homepage": "https://github.com/davidpaulhunt/ask-assertions#readme",
"peerDependencies": {
"ask-sdk-model": "^1.11.2",
"chai": "^4.2.0"
},
"devDependencies": {
"@types/chai": "^4.1.7",
"@types/mocha": "^5.2.6",
"@types/node": "^11.9.5",
"ask-sdk-model": "^1.11.2",
"chai": "^4.2.0",
"mocha": "^6.0.2",
"prettier": "^1.16.4",
"ts-node": "^8.0.2",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.3.3333"
}
}