themer/cli/packages/terminal/package.json

40 lines
836 B
JSON
Raw Normal View History

2017-03-22 05:44:30 +00:00
{
2020-04-25 19:28:29 +00:00
"name": "@themer/terminal",
2020-03-20 12:29:03 +00:00
"version": "2.1.0",
2017-03-22 05:44:30 +00:00
"description": "A Terminal.app theme generator for themer.",
"main": "lib/index.js",
2017-07-03 12:49:57 +00:00
"engines": {
2018-08-23 03:20:10 +00:00
"node": ">=8.11.4"
2017-07-03 12:49:57 +00:00
},
2017-03-22 05:44:30 +00:00
"author": "mjswensen",
"license": "MIT",
"files": [
"/lib/gen.swift",
"/lib/index.js"
],
2017-03-22 05:44:30 +00:00
"scripts": {
2018-10-07 04:04:33 +00:00
"prepublishOnly": "cp ../../../LICENSE.md ./"
2017-03-22 05:44:30 +00:00
},
"devDependencies": {},
2017-03-22 05:44:30 +00:00
"peerDependencies": {
"themer": "^2.1||^3"
2017-03-22 05:44:30 +00:00
},
"dependencies": {
"pn": "^1.0.0"
},
2017-09-09 21:17:45 +00:00
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/mjswensen/themer.git"
2017-09-09 21:17:45 +00:00
},
"bugs": {
"url": "https://github.com/mjswensen/themer/issues"
2017-09-09 21:17:45 +00:00
},
2020-04-25 19:28:29 +00:00
"homepage": "https://github.com/mjswensen/themer/tree/master/cli/packages/terminal#readme",
2017-09-09 21:17:45 +00:00
"keywords": [
"themer",
"terminal",
"terminal.app",
"theme"
]
2017-03-22 05:44:30 +00:00
}