You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
348 B
15 lines
348 B
2 years ago
|
{
|
||
|
"name": "chinese-programmer-wrong-pronunciation-chromium-extension",
|
||
|
"version": "1.0.0",
|
||
|
"description": "README.md 页面无跳转 即可听正确读音",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"format-code": "npx prettier --write . && exit 1"
|
||
|
},
|
||
|
"author": "",
|
||
|
"license": "ISC",
|
||
|
"devDependencies": {
|
||
|
"prettier": "2.6.2"
|
||
|
}
|
||
|
}
|