mirror of
https://github.com/engineer-man/piston.git
synced 2025-06-09 11:36:27 +02:00
Add nix runtime testing and pre-installing runtimes
This commit is contained in:
parent
564da5a7eb
commit
e022e34a37
11 changed files with 306 additions and 176 deletions
|
@ -2,7 +2,7 @@
|
|||
"name": "piston-api",
|
||||
"version": "4.0.0",
|
||||
"description": "API for piston - a high performance code execution engine",
|
||||
"main": "src/pistond.js",
|
||||
"main": "src/bin/pistond.js",
|
||||
"dependencies": {
|
||||
"body-parser": "^1.19.0",
|
||||
"express": "^4.17.1",
|
||||
|
@ -23,6 +23,8 @@
|
|||
"prettier": "2.2.1"
|
||||
},
|
||||
"bin": {
|
||||
"pistond": "./src/pistond.js"
|
||||
"pistond": "./src/bin/pistond.js",
|
||||
"piston-install": "./src/bin/install.js",
|
||||
"piston-test": "./src/bin/test.js"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue