mirror of
https://github.com/aleksilassila/reiverr.git
synced 2026-04-19 16:53:31 +02:00
21 lines
440 B
JSON
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/"
|
|
}
|
|
}
|