mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
15 lines
238 B
JSON
15 lines
238 B
JSON
{
|
|
"name": "app-prints-pid",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.23.5",
|
|
"meteor-node-stubs": "^1.2.10"
|
|
},
|
|
"meteor": {
|
|
"mainModule": {
|
|
"client": false,
|
|
"server": "print.js"
|
|
}
|
|
}
|
|
}
|