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