UNPKG

1.19 kBJSONView Raw
1{
2 "name": "ask-sdk-core",
3 "version": "2.0.9",
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 "peerDependencies": {
27 "ask-sdk-model": "^1.0.0"
28 },
29 "devDependencies": {
30 "@types/chai": "^4.1.2",
31 "@types/mocha": "^5.0.0",
32 "@types/node": "^9.6.1",
33 "@types/sinon": "^4.3.0",
34 "ask-sdk-model": "^1.0.0",
35 "chai": "^4.1.2",
36 "del": "^3.0.0",
37 "gulp": "^4.0.0",
38 "mocha": "^5.0.5",
39 "nock": "^9.2.3",
40 "nyc": "^11.4.1",
41 "sinon": "^4.5.0",
42 "ts-node": "^6.0.1",
43 "tslint": "^5.9.1",
44 "typescript": "^2.8.1"
45 },
46 "repository": "github:alexa/alexa-skills-kit-sdk-for-nodejs",
47 "bugs": "https://github.com/alexa/alexa-skill-sdk-for-nodejs/issues",
48 "homepage": "https://github.com/alexa/alexa-skill-sdk-for-nodejs#readme"
49}