tio.js
Version:
A small TypeScript library that lets you evaluate code in a sandboxed environment everywhere with TryItOnline.
47 lines (46 loc) • 1.17 kB
JSON
{
"name": "tio.js",
"version": "4.0.3",
"description": "A small TypeScript library that lets you evaluate code in a sandboxed environment everywhere with TryItOnline.",
"main": "dist/index.js",
"typings": "typings.d.ts",
"scripts": {
"lint": "npx eslint src/**/*.ts",
"prettier": "npx prettier src/**/*.ts typings.d.ts test.mjs --write",
"test": "npx tsc && node test.mjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/null8626/tio.js.git"
},
"keywords": [
"tio",
"eval",
"code",
"tryitonline",
"api",
"sandbox"
],
"author": {
"name": "null8626"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/null8626/tio.js/issues"
},
"homepage": "https://github.com/null8626/tio.js#readme",
"devDependencies": {
"@types/node": "^20.12.7",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"eslint": "^8.56.0",
"eslint-plugin-jsdoc": "^48.2.3",
"prettier": "^3.2.5",
"typescript": "^5.4.5"
},
"engines": {
"node": ">= 18"
},
"type": "module",
"funding": "https://ko-fi.com/null8626"
}