Path: blob/main/extensions/copilot/test/simulation/fixtures/codeMapper/package.json
13399 views
{1"name": "@vscode/prompt-tsx",2"version": "0.2.7-alpha",3"description": "Declare LLM prompts with TSX",4"main": "./dist/base/index.js",5"types": "./dist/base/index.d.ts",6"scripts": {7"build": "node build/esbuild.js",8"compile": "tsc -p tsconfig.json && tsx ./build/postcompile.ts",9"watch": "tsc --watch --sourceMap",10"test": "vscode-test",11"prettier": "prettier --list-different --write --cache .",12"prepare": "tsx ./build/postinstall.ts"13},14"keywords": [],15"author": "Microsoft Corporation",16"license": "SEE LICENSE IN LICENSE",17"bugs": {18"url": "https://github.com/Microsoft/vscode/issues"19},20"devDependencies": {21"@microsoft/tiktokenizer": "^1.0.6",22"@types/node": "^20.11.30",23"@vscode/test-cli": "^0.0.9",24"@vscode/test-electron": "^2.4.1",25"@types/vscode": "^1.89.0",26"esbuild": "0.25.0",27"mocha": "^10.2.0",28"npm-dts": "^1.3.12",29"prettier": "^2.8.7",30"tsx": "^4.6.2",31"typescript": "^5.4.2"32}33}3435