mirror of
https://github.com/aleksilassila/reiverr.git
synced 2026-04-18 20:53:19 +02:00
chore: setup npm workspaces and plugin types as package
This commit is contained in:
19
backend/plugins/reiverr-plugin/package.json
Normal file
19
backend/plugins/reiverr-plugin/package.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "@aleksilassila/reiverr-plugin",
|
||||
"version": "1.0.0",
|
||||
"main": "dist/index",
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"publish:patch": "npm version patch && npm publish",
|
||||
"publish:minor": "npm version minor && npm publish",
|
||||
"publish:major": "npm version major && npm publish"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {},
|
||||
"types": "./dist/index.d.ts",
|
||||
"description": "",
|
||||
"publishConfig": {
|
||||
"registry": "https://npm.pkg.github.com/"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user