save-network-traffic/package.json

24 lines
549 B
JSON

{
"name": "chrome-extension-template",
"version": "1.0.0",
"description": "",
"scripts": {
"build": "parcel build manifest.json",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/JamesSkemp/chrome-extension-template.git"
},
"author": "James Skemp",
"license": "CC0",
"devDependencies": {
"@types/chrome": "^0.0.232",
"parcel": "^2.8.3",
"typescript": "^5.0.4"
},
"dependencies": {
"@parcel/config-webextension": "^2.8.3"
}
}