optmanagement/package.json

17 lines
322 B
JSON
Raw Permalink Normal View History

2024-06-06 13:05:29 +00:00
{
"name": "optmanagement",
"version": "1.0.0",
"description": "Opt In Management",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"dependencies": {
"tabulator-tables": "^6.2.1"
}
}