chrome-extension-test-framework
Version:
Universal testing framework for Chrome extensions - Fast static analysis without browser dependencies
68 lines • 1.65 kB
JSON
{
"name": "chrome-extension-test-framework",
"version": "1.16.1",
"description": "Universal testing framework for Chrome extensions - Fast static analysis without browser dependencies",
"main": "index.js",
"bin": {
"cext-test": "./bin/cli.js"
},
"scripts": {
"test": "node test/framework.test.js",
"test:autofix": "node test/autofixer.test.js",
"prepublishOnly": "npm test",
"postinstall": "node scripts/postinstall.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ibushimaru/chrome-extension-test-framework.git"
},
"bugs": {
"url": "https://github.com/ibushimaru/chrome-extension-test-framework/issues"
},
"homepage": "https://github.com/ibushimaru/chrome-extension-test-framework#readme",
"keywords": [
"chrome-extension",
"browser-extension",
"testing",
"test-framework",
"static-analysis",
"manifest-v3",
"chrome",
"extension-validator",
"quality-assurance",
"ci-cd",
"security-analysis",
"performance-testing",
"auto-fix",
"watch-mode",
"parallel-testing",
"incremental-testing",
"i18n-validation",
"file-validation",
"chrome-storage",
"declarative-net-request"
],
"author": "ibushimaru",
"license": "MIT",
"dependencies": {},
"engines": {
"node": ">=14.0.0"
},
"files": [
"index.js",
"lib/",
"suites/",
"bin/",
"scripts/",
"README.md",
"LICENSE",
"CHANGELOG.md",
"example.config.js",
"examples/",
".cextrc.schema.json"
],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}