Files
reiverr/shared/package.json
2025-08-09 17:03:22 +03:00

21 lines
440 B
JSON

{
"name": "@aleksilassila/reiverr-shared",
"version": "4.0.0",
"main": "dist/src/index",
"types": "./dist/src/index.d.ts",
"private": true,
"scripts": {
"build": "tsc",
"clean": "rm -rf dist"
},
"author": "",
"license": "ISC",
"devDependencies": {
"typescript": "^5.2.2"
},
"description": "Shared types and utilities for Reiverr",
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
}
}