43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"repository": {
|
|
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/licensing"
|
|
},
|
|
"name": "@remotion/licensing",
|
|
"version": "4.0.423",
|
|
"description": "Manage your Remotion.pro license",
|
|
"main": "dist",
|
|
"sideEffects": false,
|
|
"scripts": {
|
|
"lint": "eslint src",
|
|
"formatting": "prettier --experimental-cli src --check",
|
|
"make": "tsc -d && bun --env-file=../.env.bundle bundle.ts",
|
|
"test": "bun test src/test/prod-domain.test.ts src/test/register-usage-event-retry.test.ts"
|
|
},
|
|
"author": "Jonny Burger <jonny@remotion.dev>",
|
|
"contributors": [],
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/remotion-dev/remotion/issues"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"@remotion/eslint-config-internal": "4.0.423",
|
|
"eslint": "9.19.0",
|
|
"msw": "^2.7.1",
|
|
"remotion": "4.0.423"
|
|
},
|
|
"homepage": "https://www.remotion.dev/docs/licensing",
|
|
"exports": {
|
|
"./package.json": "./package.json",
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"require": "./dist/index.js",
|
|
"module": "./dist/esm/index.mjs",
|
|
"import": "./dist/esm/index.mjs"
|
|
}
|
|
}
|
|
}
|