UNPKG

@teknologi-umum/pesto

Version:
65 lines (64 loc) 1.63 kB
{ "name": "@teknologi-umum/pesto", "version": "1.0.0", "description": "JavaScript SDK for Pesto", "main": "dist/index.cjs", "module": "dist/index.mjs", "types": "dist/index.d.ts", "browser": "dist/index.iife.js", "exports": { ".": { "import": "./dist/index.mjs", "require": "./dist/index.cjs" }, "./package.json": "./package.json", "./*": "./*" }, "scripts": { "lint": "eslint --fix --ext .ts --ignore-path .gitignore .", "test:unit": "vitest run", "test:coverage": "vitest run --coverage", "test:watch": "vitest watch --coverage", "test": "npm run test:coverage", "build": "rollup -c" }, "keywords": [ "pesto", "rce", "remote", "code", "execution", "engine" ], "author": "Teknologi Umum <opensource@teknologiumum.com>", "license": "Apache-2.0", "repository": { "type": "git", "url": "git+https://github.com/teknologi-umum/pesto.git" }, "files": [ "dist" ], "funding": "https://github.com/sponsors/teknologi-umum", "bugs": { "url": "https://github.com/teknologi-umum/pesto/issues" }, "homepage": "https://pesto.teknologiumum.com", "devDependencies": { "@rollup/plugin-typescript": "^11.0.0", "@teknologi-umum/eslint-config-typescript": "^0.0.7", "@types/node": "^18.11.19", "@vitest/coverage-c8": "^0.28.4", "c8": "^7.12.0", "esbuild": "^0.17.5", "eslint": "^8.33.0", "msw": "^1.0.0", "rollup-plugin-terser": "^7.0.2", "tslib": "^2.5.0", "typescript": "^4.9.5", "vitest": "^0.28.4" }, "dependencies": { "node-fetch": "^3.3.0" } }