@freddydrodev/artyom
Version:
Artyom is a Robust Wrapper of the Google Chrome SpeechSynthesis and SpeechRecognition that allows you to create a virtual assistent
47 lines (46 loc) • 1.28 kB
JSON
{
"name": "@freddydrodev/artyom",
"version": "0.0.1",
"description": "Artyom is a Robust Wrapper of the Google Chrome SpeechSynthesis and SpeechRecognition that allows you to create a virtual assistent",
"main": "dist/artyom.js",
"module": "dist/artyom.mjs",
"types": "dist/artyom.d.ts",
"exports": {
".": {
"import": "./dist/artyom.mjs",
"require": "./dist/artyom.js",
"types": "./dist/artyom.d.ts"
}
},
"scripts": {
"build": "tsup && npm publish --access public",
"dev": "tsup --watch",
"clean": "rimraf dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sdkcarlos/artyom.js.git"
},
"keywords": [
"speech",
"recognition",
"voice",
"commands",
"voice",
"siri",
"cortana",
"googleNow"
],
"author": "Carlos Delgado",
"license": "MIT",
"bugs": {
"url": "https://github.com/sdkcarlos/artyom.js/issues"
},
"homepage": "https://sdkcarlos.github.io/sites/artyom.html",
"devDependencies": {
"tsup": "^8.0.2",
"rimraf": "^5.0.5",
"typescript": "^5.3.3"
},
"packageManager": "pnpm@10.7.0+sha512.6b865ad4b62a1d9842b61d674a393903b871d9244954f652b8842c2b553c72176b278f64c463e52d40fff8aba385c235c8c9ecf5cc7de4fd78b8bb6d49633ab6"
}