2022-02-16 19:20:15 +08:00
|
|
|
{
|
2022-02-17 13:17:47 +08:00
|
|
|
"name": "auto-path",
|
|
|
|
"displayName": "auto-path",
|
2022-02-16 19:20:15 +08:00
|
|
|
"description": "🔥 自动提示文件路径, 方便引入项目为的文件",
|
2023-02-14 22:50:08 +08:00
|
|
|
"version": "1.2.0",
|
2022-02-16 19:20:15 +08:00
|
|
|
"publisher": "yutent",
|
|
|
|
"author": "Yutent [@yutent]",
|
|
|
|
"icon": "logo.png",
|
|
|
|
"engines": {
|
|
|
|
"vscode": "^1.49.0"
|
|
|
|
},
|
2022-03-17 14:51:42 +08:00
|
|
|
"categories": [
|
|
|
|
"Other"
|
|
|
|
],
|
|
|
|
"activationEvents": [
|
|
|
|
"*"
|
|
|
|
],
|
2022-02-17 12:52:55 +08:00
|
|
|
"main": "out.js",
|
2022-02-16 19:20:15 +08:00
|
|
|
"contributes": {},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2022-02-17 13:17:47 +08:00
|
|
|
"url": "https://github.com/yutent/auto-path.git"
|
2022-02-16 19:20:15 +08:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"autofile",
|
|
|
|
"autofilename",
|
|
|
|
"autopath",
|
|
|
|
"auto-file",
|
|
|
|
"auto-filename",
|
|
|
|
"auto-path",
|
|
|
|
"yutent"
|
|
|
|
],
|
|
|
|
"scripts": {
|
|
|
|
"start": "esbuild index.js --bundle --outfile=out.js --external:vscode --format=cjs --platform=node",
|
2022-03-10 09:27:20 +08:00
|
|
|
"pack": "npm start -- --minify"
|
2022-02-16 19:20:15 +08:00
|
|
|
},
|
|
|
|
"license": "MIT",
|
|
|
|
"devDependencies": {
|
|
|
|
"esbuild": "^0.12.14"
|
|
|
|
}
|
|
|
|
}
|