ssml-check
Version:
Check for valid SSML
35 lines (34 loc) • 666 B
JSON
{
"name": "ssml-check",
"version": "0.4.6",
"description": "Check for valid SSML",
"main": "index.js",
"scripts": {
"test": "node test/test.js"
},
"dependencies": {
"music-metadata": "^3.5.3",
"ssml-check-core": "^0.3.9",
"xml-js": "^1.6.11"
},
"repository": {
"type": "git",
"url": "https://github.com/gsdriver/ssml-check"
},
"keywords": [
"ssml",
"alexa",
"google",
"voice",
"speech",
"amazon alexa",
"google assistant",
"vui"
],
"author": "Garrett Vargas",
"license": "MIT",
"bugs": {
"url": "https://github.com/gsdriver/ssml-check/issues"
},
"types": "./index.d.ts"
}