mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-23 21:46:27 +02:00
revert package.json changes
This commit is contained in:
parent
d03165beb2
commit
1e9dfc79b6
1 changed files with 2 additions and 2 deletions
|
@ -2,10 +2,10 @@
|
||||||
"name": "piston-api",
|
"name": "piston-api",
|
||||||
"version": "3.2.0",
|
"version": "3.2.0",
|
||||||
"description": "API for piston - a high performance code execution engine",
|
"description": "API for piston - a high performance code execution engine",
|
||||||
"module": "./dist/src/index.ts",
|
"module": "./dist/index.js",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"api": "node ./dist/src/index.ts",
|
"api": "node ./dist/index.js",
|
||||||
"build": "npx tsc"
|
"build": "npx tsc"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue