-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 840 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "text2speech",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"watch":"npx tailwindcss -i ./src/input.css -o ./dist/output.css --watch",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"tailwindcss": "^3.3.3",
"vite": "^4.4.0"
},
"description": "text-to-speech app using the web speech API",
"main": "main.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Victorola-coder/text2speech.git"
},
"keywords": [
"text-to-speech",
"text",
"speech",
"API",
"Web-speech"
],
"author": "VickyJay",
"license": "ISC",
"bugs": {
"url": "https://github.com/Victorola-coder/text2speech/issues"
},
"homepage": "https://github.com/Victorola-coder/text2speech#readme"
}