mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-22 21:16:29 +02:00
Rip out go, add aliases to /versions
This commit is contained in:
parent
20d659e5a6
commit
77e645beb3
8 changed files with 1346 additions and 302 deletions
16
api/package.json
Normal file
16
api/package.json
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"name": "api",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"express": "^4.17.1",
|
||||
"express-validator": "^6.9.2"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue