Files
reiverr/backend/packages/reiverr-plugin/package.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/"
}
}