@tomjs/vscode-types
Version:
Some vscode internal d.ts
41 lines • 763 B
JSON
{
"name": "@tomjs/vscode-types",
"version": "1.0.3",
"description": "Some vscode internal d.ts",
"keywords": [
"vscode",
"extension",
"dev",
"cli"
],
"author": {
"name": "Tom Gao",
"email": "tom@tomgao.cc"
},
"license": "MIT",
"engines": {
"node": ">=14"
},
"files": [
"dist"
],
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
"default": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tomjs/vscode.git"
},
"dependencies": {},
"scripts": {
"dev": "tsup --watch",
"build": "tsup"
}
}