mirror of
https://github.com/aleksilassila/reiverr.git
synced 2026-04-17 21:53:12 +02:00
17 lines
321 B
JSON
17 lines
321 B
JSON
{
|
|
"name": "@aleksilassila/reiverr-plugin",
|
|
"version": "2.0.0",
|
|
"main": "dist/src/index",
|
|
"scripts": {
|
|
"build": "tsc"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {},
|
|
"types": "./dist/index.d.ts",
|
|
"description": "",
|
|
"publishConfig": {
|
|
"registry": "https://npm.pkg.github.com/"
|
|
}
|
|
}
|