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