mirror of
https://github.com/engineer-man/piston.git
synced 2025-06-09 19:46:27 +02:00
11 lines
248 B
JSON
11 lines
248 B
JSON
{
|
|
"name": "piston-api-client",
|
|
"version": "1.0.0",
|
|
"description": "Wraps API of Piston Engine API",
|
|
"main": "index.cjs",
|
|
"author": "Thomas Hobson <thomas@hexf.me>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"node-fetch": "^2.6.1"
|
|
}
|
|
}
|