mirror of
https://github.com/aleksilassila/reiverr.git
synced 2026-04-18 14:53:18 +02:00
19 lines
487 B
JSON
19 lines
487 B
JSON
{
|
|
"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/"
|
|
}
|
|
} |