We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56901fd commit 92307a3Copy full SHA for 92307a3
package.json
@@ -1,14 +1,13 @@
1
{
2
"name": "norman",
3
- "version": "0.1.0",
+ "version": "1.0.0",
4
"description": "Personal assistant based on Blather.",
5
"main": "index.js",
6
"scripts": {
7
"test": "echo \"Error: no test specified\" && exit 1",
8
- "start": "node --experimental-modules index.mjs",
+ "start": "npm run listener",
9
"listener": "node ./lib/listener.js",
10
"listener:debug": "DEBUG=norman node ./lib/listener.js",
11
- "google": "export GOOGLE_APPLICATION_CREDENTIALS=./service-account.json && node ./lib/google-cloud.js",
12
"pocketsphinx": "node lib/pocketsphinx.js",
13
"recognizer": "node lib/recognizer.js",
14
"install": "npm run install:sphinxbase && npm run install:pocketsphinx && npm run install:rnnoise",
0 commit comments