UNPKG

1.3 kBJSONView Raw
1{
2 "name": "ask-sdk-core",
3 "version": "2.2.0",
4 "description": "Core package for Alexa Skills Kit SDK",
5 "main": "dist/index.js",
6 "types": "dist/index.d.ts",
7 "scripts": {
8 "gulp": "./node_modules/.bin/gulp"
9 },
10 "author": "Amazon.com",
11 "contributors": [
12 {
13 "name": "Tianren Zhang",
14 "email": "tianrenz@amazon.com"
15 },
16 {
17 "name": "Tiantian Xie",
18 "email": "xtiantia@amazon.com"
19 }
20 ],
21 "license": "Apache-2.0",
22 "keywords": [
23 "Alexa",
24 "SDK"
25 ],
26 "dependencies": {
27 "ask-sdk-runtime": "^2.2.0"
28 },
29 "peerDependencies": {
30 "ask-sdk-model": "^1.0.0"
31 },
32 "devDependencies": {
33 "@types/chai": "^4.1.2",
34 "@types/mocha": "^5.0.0",
35 "@types/node": "^9.6.1",
36 "@types/sinon": "^4.3.0",
37 "ask-sdk-model": "^1.0.0",
38 "chai": "^4.1.2",
39 "del": "^3.0.0",
40 "gulp": "^4.0.0",
41 "mocha": "^5.0.5",
42 "nock": "^9.2.3",
43 "nyc": "^13.0.1",
44 "sinon": "^4.5.0",
45 "ts-node": "^6.0.1",
46 "tslint": "^5.9.1",
47 "typescript": "^2.8.1"
48 },
49 "repository": "github:alexa/alexa-skills-kit-sdk-for-nodejs",
50 "bugs": "https://github.com/alexa/alexa-skill-sdk-for-nodejs/issues",
51 "homepage": "https://github.com/alexa/alexa-skill-sdk-for-nodejs#readme",
52 "gitHead": "d2b4be810f7a993b448bf795730ce9a49075a30d"
53}