3m-portal/package.json
Vadym Samoilenko c7e786f656 Add portal source files
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-11 20:08:17 +00:00

16 lines
277 B
JSON

{
"name": "3m-portal",
"version": "1.0.0",
"description": "3M Portal with One2Edit API Integration",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"keywords": [
"portal",
"3m",
"one2edit"
],
"author": "",
"license": "ISC"
}