CDRM-Extension/package.json

25 lines
544 B
JSON
Raw Permalink Normal View History

{
"name": "cdrm-extension",
"version": "2.1.0",
"description": "",
"main": "background.js",
"scripts": {
"buildext": "node buildext.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://cdm-project.com/tpd94/CDRM-Extension.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"engines": {
"node": ">=21.0.0"
},
"devDependencies": {
"terser": "^5.43.1"
}
}