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