mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-23 21:46:27 +02:00
fix: pnpm with docker
This commit is contained in:
parent
2962e0cf99
commit
2d8c26f156
2 changed files with 9 additions and 4 deletions
|
@ -1,8 +1,11 @@
|
|||
{
|
||||
"name": "piston-api",
|
||||
"version": "3.1.0",
|
||||
"version": "3.2.0",
|
||||
"description": "API for piston - a high performance code execution engine",
|
||||
"main": "src/index.js",
|
||||
"scripts": {
|
||||
"run": "node src/index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"body-parser": "^1.19.0",
|
||||
"chownr": "^2.0.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue