|
1 | 1 | { |
2 | | - "name": "codechat-editor-client", |
3 | | - "version": "0.1.27", |
| 2 | + "author": "Bryan A. Jones", |
| 3 | + "categories": [ |
| 4 | + "Other" |
| 5 | + ], |
4 | 6 | "description": "The CodeChat Editor Client, part of a web-based literate programming editor (the CodeChat Editor).", |
5 | | - "homepage": "https://github.com/bjones1/CodeChat_Editor", |
6 | | - "type": "module", |
7 | | - "scripts": { |
8 | | - "test": "echo \"Error: no test specified\" && exit 1", |
9 | | - "build": "cargo run --manifest-path=../builder/Cargo.toml client-build", |
10 | | - "dist": "cargo run --manifest-path=../builder/Cargo.toml client-build --dist" |
| 7 | + "homepage": "https://codechat-editor.onrender.com/fw/fsb/opt/render/project/src/README.md", |
| 8 | + "keywords": [ |
| 9 | + "literate programming", |
| 10 | + "CodeChat Editor", |
| 11 | + "Visual Studio Code extension" |
| 12 | + ], |
| 13 | + "license": "GPL-3.0-only", |
| 14 | + "name": "codechat-editor-client", |
| 15 | + "prettier": { |
| 16 | + "tabWidth": 4 |
11 | 17 | }, |
12 | | - "keywords": [], |
13 | | - "author": "Bryan A. Jones", |
14 | | - "license": "GPL-3.0-or-later", |
15 | | - "devDependencies": { |
16 | | - "@types/chai": "^5", |
17 | | - "@types/js-beautify": "^1", |
18 | | - "@types/mocha": "^10", |
19 | | - "@types/node": "^24", |
20 | | - "@types/toastify-js": "^1.12.4", |
21 | | - "@typescript-eslint/eslint-plugin": "^8", |
22 | | - "@typescript-eslint/parser": "^8", |
23 | | - "chai": "^5", |
24 | | - "esbuild": "^0.25", |
25 | | - "eslint": "^9", |
26 | | - "eslint-config-prettier": "^10", |
27 | | - "eslint-plugin-import": "^2", |
28 | | - "eslint-plugin-prettier": "^5", |
29 | | - "typescript": "^5" |
| 18 | + "repository": { |
| 19 | + "type": "git", |
| 20 | + "url": "https://github.com/bjones1/CodeChat_editor" |
30 | 21 | }, |
| 22 | + "type": "module", |
| 23 | + "version": "0.1.27", |
31 | 24 | "dependencies": { |
32 | 25 | "@codemirror/lang-cpp": "^6", |
33 | 26 | "@codemirror/lang-css": "^6", |
|
52 | 45 | "tinymce": "^8", |
53 | 46 | "toastify-js": "^1" |
54 | 47 | }, |
55 | | - "repository": { |
56 | | - "type": "git", |
57 | | - "url": "https://github.com/bjones1/CodeChat_editor" |
| 48 | + "devDependencies": { |
| 49 | + "@types/chai": "^5", |
| 50 | + "@types/js-beautify": "^1", |
| 51 | + "@types/mocha": "^10", |
| 52 | + "@types/node": "^24", |
| 53 | + "@types/toastify-js": "^1.12.4", |
| 54 | + "@typescript-eslint/eslint-plugin": "^8", |
| 55 | + "@typescript-eslint/parser": "^8", |
| 56 | + "chai": "^5", |
| 57 | + "esbuild": "^0.25", |
| 58 | + "eslint": "^9", |
| 59 | + "eslint-config-prettier": "^10", |
| 60 | + "eslint-plugin-import": "^2", |
| 61 | + "eslint-plugin-prettier": "^5", |
| 62 | + "typescript": "^5" |
58 | 63 | }, |
59 | | - "prettier": { |
60 | | - "tabWidth": 4 |
| 64 | + "scripts": { |
| 65 | + "test": "echo \"Error: no test specified\" && exit 1", |
| 66 | + "build": "cargo run --manifest-path=../builder/Cargo.toml client-build", |
| 67 | + "dist": "cargo run --manifest-path=../builder/Cargo.toml client-build --dist" |
61 | 68 | } |
62 | 69 | } |
0 commit comments