-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.13 KB
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 1.13 KB
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
{
"type": "module",
"dependencies": {
"typescript": "^5.6.2"
},
"name": "cn-js",
"version": "1.0.0",
"description": "Chinese JavaScript adds support for Chinese syntax in JavaScript code within VS Code. It replaces traditional JavaScript keywords with their Chinese equivalents, providing a localized programming experience for Chinese-speaking developers. Features include syntax highlighting and language support for `.cn.js` files, making it easier to write and read JavaScript code using Chinese terms.",
"main": "compiler.js",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/notedwin-dev/chinese-js"
},
"keywords": [
"chinese-js",
"cnjs",
"cn-js",
"cndotjs",
"chinesedotjs",
"chinese-syntax",
"localized-js",
"multilingual-js",
"js-localization",
"language-extension"
],
"author": "notedwin-dev",
"license": "MIT",
"bugs": {
"url": "https://github.com/notedwin-dev/chinese-js/issues"
},
"homepage": "https://github.com/notedwin-dev/chinese-js#readme"
}