UNPKG

ask-assertions

Version:
44 lines (43 loc) 1.09 kB
{ "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 <davidpaulhunt@gmail.com>", "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" } }