1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-24 08:12:24 +02:00
joplin/packages/generator-joplin/package.json
2021-05-14 17:17:02 +02:00

38 lines
850 B
JSON

{
"name": "generator-joplin",
"version": "2.0.0",
"description": "Scaffolds out a new Joplin plugin",
"homepage": "https://github.com/laurent22/joplin/tree/dev/packages/generator-joplin",
"author": {
"name": "Laurent Cozic",
"url": "https://github.com/laurent22/joplin/tree/dev/packages/generator-joplin"
},
"scripts": {
"test": "jest",
"test-ci": "npm run test"
},
"files": [
"generators"
],
"main": "generators/index.js",
"keywords": [
"joplin",
"yeoman-generator"
],
"engines": {
"npm": ">= 4.0.0"
},
"dependencies": {
"chalk": "^2.1.0",
"slugify": "^1.4.6",
"yeoman-generator": "^2.0.1",
"yosay": "^2.0.1"
},
"devDependencies": {
"jest": "^26.6.3"
},
"repository": "https://github.com/laurent22/generator-joplin",
"license": "MIT",
"private": true
}