mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
69 lines
1.6 KiB
JSON
69 lines
1.6 KiB
JSON
{
|
|
"name": "lorem-ipsum",
|
|
"displayName": "Lorem ipsum",
|
|
"description": "Generates and inserts lorem ipsum text",
|
|
"version": "1.3.1",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/Tyriar/vscode-lorem-ipsum/issues"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha",
|
|
"compile-web": "webpack",
|
|
"watch-web": "webpack --watch",
|
|
"package-web": "webpack --mode production --devtool hidden-source-map"
|
|
},
|
|
"homepage": "https://github.com/Tyriar/vscode-lorem-ipsum",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Tyriar/vscode-lorem-ipsum"
|
|
},
|
|
"publisher": "Tyriar",
|
|
"engines": {
|
|
"vscode": "0.10.x"
|
|
},
|
|
"categories": [
|
|
"Other"
|
|
],
|
|
"activationEvents": [
|
|
"onCommand:lorem-ipsum.line",
|
|
"onCommand:lorem-ipsum.paragraph",
|
|
"onCommand:lorem-ipsum.multipleParagraphs"
|
|
],
|
|
"main": "./extension",
|
|
"browser": "./dist/web/extension.js",
|
|
"contributes": {
|
|
"commands": [
|
|
{
|
|
"command": "lorem-ipsum.line",
|
|
"title": "Lorem Ipsum: Insert a line"
|
|
},
|
|
{
|
|
"command": "lorem-ipsum.paragraph",
|
|
"title": "Lorem Ipsum: Insert a paragraph"
|
|
},
|
|
{
|
|
"command": "lorem-ipsum.multipleParagraphs",
|
|
"title": "Lorem Ipsum: Insert multiple paragraphs"
|
|
}
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@types/webpack-env": "^1.16.3",
|
|
"mocha": "~2.3.3",
|
|
"vscode": "0.10.x",
|
|
"webpack": "^5.65.0",
|
|
"webpack-cli": "^4.9.1"
|
|
},
|
|
"dependencies": {
|
|
"lorem-ipsum": "^1.0.3"
|
|
},
|
|
"icon": "images/icon.png",
|
|
"__metadata": {
|
|
"id": "489abeb0-400c-4a08-bde4-cf5d9b863a32",
|
|
"publisherId": "738ff3bb-8e77-45d5-bd26-7c9ad62959b9",
|
|
"publisherDisplayName": "Daniel Imms",
|
|
"isPreReleaseVersion": false,
|
|
"installedTimestamp": 1641229810404
|
|
}
|
|
} |