Path: blob/master/src/packages/api-client/package.json
5606 views
{1"name": "@cocalc/api-client",2"version": "0.1.2",3"description": "CoCalc api client - use cocalc from nodejs",4"main": "./dist/index.js",5"scripts": {6"preinstall": "npx only-allow pnpm",7"build": "../node_modules/.bin/tsc --build",8"depcheck": "pnpx depcheck --ignores @cocalc/api-client "9},10"files": ["dist/**", "bin/**", "README.md", "package.json"],11"author": "SageMath, Inc.",12"keywords": ["cocalc", "jupyter"],13"license": "SEE LICENSE.md",14"dependencies": {15"@cocalc/api-client": "workspace:*",16"@cocalc/backend": "workspace:*",17"@cocalc/util": "workspace:*"18},19"homepage": "https://github.com/sagemathinc/cocalc/tree/master/src/packages/compute",20"repository": {21"type": "git",22"url": "https://github.com/sagemathinc/cocalc"23},24"devDependencies": {25"@types/node": "^18.16.14"26}27}282930