UNPKG

@anysphere/scip-typescript

Version:

SCIP indexer for TypeScript and JavaScript

65 lines (64 loc) 2.06 kB
{ "name": "@anysphere/scip-typescript", "version": "0.3.15", "description": "SCIP indexer for TypeScript and JavaScript", "publisher": "anysphere", "bin": "dist/src/main.js", "main": "./dist/src/main.js", "scripts": { "prettier": "prettier --write --list-different '**/*.{ts,js?(on),md,yml}'", "prettier-check": "prettier --check '**/*.{ts,js?(on),md,yml}'", "tslint": "tslint -p tsconfig.json --format stylish", "eslint": "eslint --cache '**/*.ts?(x)'", "build": "node ./node_modules/typescript/bin/tsc -b .", "test": "uvu -r tsm --ignore dist", "update-snapshots": "uvu -r tsm --ignore dist --update-snapshots", "prepare": "cd snapshots && yarn && cd input/multi-project && yarn && cd ../pnpm-workspaces && pnpm install" }, "repository": { "type": "git", "url": "git+https://github.com/cassanof/scip-typescript.git" }, "keywords": [ "scip", "typescript", "compiler", "javascript", "indexer" ], "author": "Code Intelligence at Sourcegraph", "license": "Apache-2.0", "bugs": { "url": "https://github.com/cassanof/scip-typescript/issues" }, "homepage": "https://github.com/cassanof/scip-typescript#readme", "dependencies": { "commander": "^11.1.0", "google-protobuf": "^3.21.2", "ignore": "^5.3.0", "pretty-ms": "^7.0.1", "progress": "^2.0.3", "typescript": "^5.3.3" }, "devDependencies": { "@sourcegraph/eslint-config": "0.37.1", "@sourcegraph/prettierrc": "3.0.3", "@sourcegraph/tsconfig": "4.0.1", "@types/diff": "5.0.9", "@types/google-protobuf": "3.15.12", "@types/node": "20.10.5", "@types/progress": "2.0.7", "@typescript-eslint/eslint-plugin": "^6.17.0", "@typescript-eslint/parser": "^6.17.0", "diff": "^5.1.0", "eslint": "^8.56.0", "eslint-plugin-unicorn": "^50.0.1", "eslint-plugin-unused-imports": "^3.0.0", "pnpm": "8.12.1", "prettier": "3.1.1", "ts-node": "^10.7.0", "tsm": "^2.3.0", "typescript-eslint": "0.0.1-alpha.0", "uvu": "^0.5.6" } }