@alexa/ask-expressions-spec
Version:
The JSON Schema specification for the Alexa Skills Kit Intermediate Representation (ASKIR).
24 lines (23 loc) • 647 B
JSON
{
"name": "@alexa/ask-expressions-spec",
"version": "0.0.4",
"description": "The JSON Schema specification for the Alexa Skills Kit Intermediate Representation (ASKIR).",
"scripts": {
"clean": "rm -rf docs/schemas build",
"build": "ls -lth node_modules/.bin && jsonschema2md -d schemas -o docs/schemas -e json -x -",
"watch": "chokidar 'schemas/*' -c 'npm run build'"
},
"keywords": [
"ASK",
"module",
"specification"
],
"author": "",
"license": "Apache-2.0",
"devDependencies": {
"@adobe/jsonschema2md": "^7.1.1",
"ajv": "^8.11.0",
"ajv-formats": "^2.1.1",
"set-value": ">=4.1.0"
}
}