From 13feb30f3ff9b913670a5fe7c8a9c1907d2c1740 Mon Sep 17 00:00:00 2001 From: Mark Powers Date: Fri, 4 Jul 2025 12:03:11 -0500 Subject: Initial commit --- package.json | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 package.json (limited to 'package.json') diff --git a/package.json b/package.json new file mode 100644 index 0000000..dd123d0 --- /dev/null +++ b/package.json @@ -0,0 +1,36 @@ +{ + "name": "joplin-plugin-web-angler", + "version": "1.0.0", + "scripts": { + "dist": "webpack --env joplin-plugin-config=buildMain && webpack --env joplin-plugin-config=buildExtraScripts && webpack --env joplin-plugin-config=createArchive", + "prepare": "npm run dist", + "updateVersion": "webpack --env joplin-plugin-config=updateVersion", + "update": "npm install -g generator-joplin && yo joplin --node-package-manager npm --update --force", + "lint": "eslint src/", + "lint:fix": "eslint --fix --ext .js,.jsx src/", + "lint:init": "eslint --init" + }, + "license": "MIT", + "keywords": [ + "joplin-plugin" + ], + "files": [ + "publish" + ], + "devDependencies": { + "@eslint/js": "^9.30.0", + "@types/node": "^18.7.13", + "chalk": "^4.1.0", + "copy-webpack-plugin": "^11.0.0", + "eslint": "^9.30.0", + "fs-extra": "^10.1.0", + "glob": "^8.0.3", + "globals": "^16.3.0", + "tar": "^6.1.11", + "ts-loader": "^9.3.1", + "typescript": "^4.8.2", + "typescript-eslint": "^8.35.1", + "webpack": "^5.74.0", + "webpack-cli": "^4.10.0" + } +} -- cgit v1.2.3