-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.6 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
38
39
40
41
42
43
44
45
46
47
48
{
"name": "joplin-plugin-paragraph-extractor",
"version": "1.1.5",
"scripts": {
"prepare": "npm run dist && husky install",
"dist": "webpack --env joplin-plugin-config=buildMain && webpack --env joplin-plugin-config=buildExtraScripts && webpack --env joplin-plugin-config=createArchive",
"updateVersion": "webpack --env joplin-plugin-config=updateVersion",
"update": "npm install -g generator-joplin && yo joplin --node-package-manager npm --update --force",
"release": "node ./node_modules/joplinplugindevtools/dist/createRelease.js",
"preRelease": "node ./node_modules/joplinplugindevtools/dist/createRelease.js --prerelease",
"gitRelease": "node ./node_modules/joplinplugindevtools/dist/createRelease.js --upload",
"gitPreRelease": "node ./node_modules/joplinplugindevtools/dist/createRelease.js --upload --prerelease"
},
"license": "MIT",
"keywords": [
"joplin-plugin"
],
"devDependencies": {
"@joplin/lib": "~2.9",
"@types/node": "^18.7.13",
"chalk": "^4.1.0",
"copy-webpack-plugin": "^11.0.0",
"fs-extra": "^10.1.0",
"glob": "^8.0.3",
"husky": "^6.0.0",
"joplinplugindevtools": "^1.0.15",
"lint-staged": "^11.0.0",
"on-build-webpack": "^0.1.0",
"prettier": "2.3.0",
"tar": "^6.1.11",
"ts-loader": "^9.3.1",
"typescript": "^4.8.2",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"yargs": "^16.2.0"
},
"dependencies": {
"i18n": "^0.15.1",
"moment": "^2.29.1",
"tough-cookie": "^4.1.3"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
},
"files": [
"publish"
]
}