mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-15 09:04:04 +02:00
21 lines
423 B
JSON
21 lines
423 B
JSON
{
|
|
"name": "joplin_plugin",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"scripts": {
|
|
"dist": "webpack",
|
|
"postinstall": "npm run dist"
|
|
},
|
|
"keywords": [],
|
|
"author": "Laurent Cozic",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/node": "^14.0.14",
|
|
"copy-webpack-plugin": "^6.1.0",
|
|
"ts-loader": "^7.0.5",
|
|
"typescript": "^3.9.3",
|
|
"webpack": "^4.43.0",
|
|
"webpack-cli": "^3.3.11"
|
|
}
|
|
}
|