Add missing package declarations

This commit is contained in:
Matt McWilliams 2025-05-08 19:04:50 -04:00
parent 56310b6969
commit e8da086707
9 changed files with 30 additions and 8 deletions

View File

@ -1,5 +1,5 @@
{
"version": "1.8.161",
"version": "1.8.162",
"ext_port": 1111,
"profiles": {
"mcopy": {

View File

@ -0,0 +1,11 @@
{
"name": "capper",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}

View File

@ -0,0 +1,11 @@
{
"name": "processing",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}

2
app/package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "mcopy-app",
"version": "1.8.161",
"version": "1.8.162",
"lockfileVersion": 2,
"requires": true,
"packages": {

View File

@ -1,6 +1,6 @@
{
"name": "mcopy-app",
"version": "1.8.161",
"version": "1.8.162",
"description": "GUI for the mcopy small gauge film optical printer platform",
"main": "main.js",
"scripts": {

View File

@ -1,5 +1,5 @@
{
"version": "1.8.161",
"version": "1.8.162",
"ext_port": 1111,
"profiles": {
"mcopy": {

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "mcopy",
"version": "1.8.161",
"version": "1.8.162",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "mcopy",
"version": "1.8.161",
"version": "1.8.162",
"license": "MIT",
"dependencies": {
"alert": "file:app/lib/alert",

View File

@ -1,6 +1,6 @@
{
"name": "mcopy",
"version": "1.8.161",
"version": "1.8.162",
"description": "Small gauge film optical printer platform",
"main": "build.js",
"directories": {

View File

@ -1,5 +1,5 @@
{
"version": "1.8.161",
"version": "1.8.162",
"ext_port": 1111,
"profiles": {
"mcopy": {