fix: pnpm with docker

This commit is contained in:
Endercheif 2023-03-01 15:25:08 -08:00
parent 2962e0cf99
commit 2d8c26f156
No known key found for this signature in database
GPG key ID: 7767459A0C8BEE00
2 changed files with 9 additions and 4 deletions

View file

@ -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",