mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-23 21:46:27 +02:00
refactor: typescript api
This commit is contained in:
parent
234530ed60
commit
996929f053
16 changed files with 341 additions and 321 deletions
|
@ -2,10 +2,11 @@
|
|||
"name": "piston-api",
|
||||
"version": "3.2.0",
|
||||
"description": "API for piston - a high performance code execution engine",
|
||||
"module": "src/index.js",
|
||||
"module": "./dist/index.js",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"run": "node src/index.js"
|
||||
"api": "node ./dist/index.js",
|
||||
"build": "npx tsc"
|
||||
},
|
||||
"dependencies": {
|
||||
"body-parser": "^1.19.0",
|
||||
|
@ -21,6 +22,8 @@
|
|||
},
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@types/express": "^4.17.17"
|
||||
"@types/express": "^4.17.17",
|
||||
"@types/node-fetch": "^2.6.2",
|
||||
"typescript": "^4.9.5"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue