Files
reiverr/backend/packages/reiverr-plugin/package.json
2025-02-12 18:27:17 +02:00

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/"
}
}