-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
41782d7
commit 572065d
Showing
4 changed files
with
19 additions
and
35 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
{ | ||
"private": true, | ||
"name": "everything", | ||
"version": "0.0.2", | ||
"description": "Everything example", | ||
"type": "module", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "npx tsx index.ts", | ||
"generate-text": "npx tsx generate-text.ts", | ||
"stream-text": "npx tsx stream-text.ts" | ||
}, | ||
"keywords": [], | ||
"author": "Ahmad Awais <[email protected]> (https://twitter.com/MrAhmadAwais)", | ||
"license": "UNLICENSED", | ||
"dependencies": { | ||
"dotenv": "^16.4.5", | ||
"langbase": "^0.1.0" | ||
} | ||
"private": true, | ||
"name": "everything", | ||
"version": "0.0.0", | ||
"description": "Everything example", | ||
"type": "module", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "npx tsx index.ts", | ||
"generate-text": "npx tsx generate-text.ts", | ||
"stream-text": "npx tsx stream-text.ts" | ||
}, | ||
"keywords": [], | ||
"author": "Ahmad Awais <[email protected]> (https://twitter.com/MrAhmadAwais)", | ||
"license": "UNLICENSED", | ||
"dependencies": { | ||
"dotenv": "^16.4.5", | ||
"langbase": "^0.1.0" | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "nextjs", | ||
"version": "0.1.1", | ||
"version": "0.0.0", | ||
"private": true, | ||
"scripts": { | ||
"dev": "next dev", | ||
|