10 Star 38 Fork 10

Gitee 极速下载 / chrome-app-samples

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/GoogleChrome/chrome-app-samples
克隆/下载
package.json 1.16 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "chrome-extensions-samples",
"version": "1.0.0",
"private": true,
"description": "Official samples for Chrome Extensions and the Chrome Apps platform.",
"scripts": {
"prettier": "npx prettier **/*.{md,html,json} -w",
"lint": "eslint **/*.js",
"lint:fix": "npm run lint -- --fix",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GoogleChrome/chrome-extensions-samples.git"
},
"keywords": [],
"author": "The Chrome Team",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/GoogleChrome/chrome-extensions-samples/issues"
},
"homepage": "https://github.com/GoogleChrome/chrome-extensions-samples#readme",
"devDependencies": {
"@eslint/js": "9.3.0",
"chrome-types": "0.1.283",
"eslint": "9.3.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-jest": "28.5.0",
"eslint-plugin-prettier": "5.1.3",
"globals": "15.3.0",
"husky": "9.0.11",
"lint-staged": "15.2.2",
"prettier": "3.2.5"
},
"lint-staged": {
"**/*.js": [
"npx eslint --fix"
],
"**/*.{md,html,json}": [
"npx prettier --write"
]
}
}
JavaScript
1
https://gitee.com/mirrors/chrome-app-samples.git
git@gitee.com:mirrors/chrome-app-samples.git
mirrors
chrome-app-samples
chrome-app-samples
main

搜索帮助

53164aa7 5694891 3bd8fe86 5694891