1 | {
|
2 | "name": "ask-sdk-model",
|
3 | "version": "1.86.0",
|
4 | "description": "Model package for Alexa Skills Kit SDK",
|
5 | "main": "index.js",
|
6 | "types": "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 | "Skill",
|
25 | "SDK"
|
26 | ],
|
27 | "devDependencies": {
|
28 | "@types/node": "^9.6.1",
|
29 | "del": "^3.0.0",
|
30 | "gulp": "^4.0.0",
|
31 | "typescript": "^3.5.3"
|
32 | },
|
33 | "repository": "github:alexa/alexa-apis-for-nodejs",
|
34 | "bugs": "https://github.com/alexa/alexa-skill-sdk-for-nodejs/issues",
|
35 | "homepage": "https://github.com/alexa/alexa-skill-sdk-for-nodejs#readme"
|
36 | }
|