-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.16 KB
/
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
36
37
38
39
40
41
42
43
44
{
"name": "pangram-tester",
"version": "0.1.0",
"description": "Analyzes pangram sentences as you type.",
"scripts": {
"test": "cspell-cli lint .",
"start": "npx live-server",
"open-chatgpt": "google-chrome --remote-debugging-port=9222 --user-data-dir=/tmp/chrome-dev-profile --no-default-browser-check https://chat.openai.com/c/f1ff0d8b-c72a-43df-abcb-728fd3f64d2f",
"import-commits": "node from_chatgpt.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/1j01/pangram-tester.git"
},
"keywords": [
"pangram",
"pangrams",
"pangrammatic",
"holoalphabetic",
"sentence",
"words",
"letters",
"alphabet",
"alphabetic",
"alphabetical",
"typography",
"grammar",
"language",
"lingual",
"linguistic",
"quick-brown-fox",
"english"
],
"author": "Isaiah Odhner <isaiah.odhner@gmail.com> (https://isaiahodhner.io)",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/1j01/pangram-tester/issues"
},
"homepage": "https://github.com/1j01/pangram-tester#readme",
"devDependencies": {
"cheerio": "^1.0.0-rc.12",
"puppeteer-core": "^20.7.2"
}
}