-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.1 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "joplin-plugin-quick-move",
"version": "1.1.0",
"description": "Collection of commands to quickly move notes to other notebooks.",
"author": "Benji300",
"homepage": "https://github.com/benji300/joplin-quick-move",
"bugs": {
"url": "https://github.com/benji300/joplin-quick-move/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/benji300/joplin-quick-move.git"
},
"scripts": {
"dist": "webpack --joplin-plugin-config buildMain && webpack --joplin-plugin-config buildExtraScripts && webpack --joplin-plugin-config createArchive",
"prepare": "npm run dist",
"update": "npm install -g generator-joplin && yo joplin --update"
},
"license": "MIT",
"keywords": [
"joplin-plugin"
],
"devDependencies": {
"@types/node": "^14.14.35",
"chalk": "^4.1.0",
"copy-webpack-plugin": "^6.4.1",
"fs-extra": "^9.1.0",
"glob": "^7.1.6",
"on-build-webpack": "^0.1.0",
"tar": "^6.1.7",
"ts-loader": "^7.0.5",
"typescript": "^3.9.9",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.11",
"yargs": "^16.2.0"
}
}