themer/cli/packages/vscode/package.json

39 lines
817 B
JSON
Raw Normal View History

2017-08-02 03:17:34 +00:00
{
2020-04-25 19:45:18 +00:00
"name": "@themer/vscode",
2020-03-31 17:01:26 +00:00
"version": "2.2.1",
2017-08-02 03:17:34 +00:00
"description": "A VS Code theme generator for themer.",
"main": "lib/index.js",
"engines": {
2018-08-23 03:20:10 +00:00
"node": ">=8.11.4"
2017-08-02 03:17:34 +00:00
},
"scripts": {
2018-10-07 04:04:33 +00:00
"prepublishOnly": "cp ../../../LICENSE.md ./"
2017-08-02 03:17:34 +00:00
},
"author": "mjswensen",
"license": "MIT",
"files": [
"/lib/index.js"
],
"devDependencies": {},
2017-08-02 03:17:34 +00:00
"peerDependencies": {
"themer": "^2.1||^3"
2017-09-09 23:40:46 +00:00
},
2018-08-21 04:04:32 +00:00
"dependencies": {},
2017-09-09 23:40:46 +00:00
"repository": {
"type": "git",
"url": "git+https://github.com/mjswensen/themer.git"
2017-09-09 23:40:46 +00:00
},
"keywords": [
"themer",
"vs-code",
"code",
"theme",
"color-theme",
"visual-studio-code"
],
"bugs": {
"url": "https://github.com/mjswensen/themer/issues"
2017-09-09 23:40:46 +00:00
},
2020-04-25 19:45:18 +00:00
"homepage": "https://github.com/mjswensen/themer/tree/master/cli/packages/vscode#readme"
2017-08-02 03:17:34 +00:00
}