@lokalise/api-contracts
Version:
58 lines • 1.39 kB
JSON
{
"name": "@lokalise/api-contracts",
"version": "6.13.0",
"files": [
"dist"
],
"license": "Apache-2.0",
"type": "module",
"main": "./dist/index.js",
"enableTransparentWorkspaces": "false",
"homepage": "https://github.com/lokalise/shared-ts-libs",
"repository": {
"type": "git",
"url": "git://github.com/lokalise/shared-ts-libs.git",
"directory": "packages/app/api-contracts"
},
"exports": {
".": "./dist/index.js",
"./package.json": "./package.json"
},
"private": false,
"publishConfig": {
"access": "public"
},
"keywords": [
"api",
"contracts",
"contract",
"frontend",
"backend",
"single",
"source",
"truth"
],
"peerDependencies": {
"zod": ">=3.25.56"
},
"devDependencies": {
"@biomejs/biome": "^2.4.7",
"@lokalise/biome-config": "^3.1.0",
"@lokalise/tsconfig": "^4.0.0",
"@types/node": "^25.9.1",
"@vitest/coverage-v8": "^4.1.7",
"rimraf": "^6.1.2",
"typescript": "6.0.3",
"vitest": "^4.1.7",
"zod": "^4.3.6"
},
"scripts": {
"build": "rimraf dist && tsc --project tsconfig.build.json",
"lint": "biome check . && tsc",
"lint:fix": "biome check --write",
"test": "vitest run",
"test:ci": "vitest run --coverage",
"package-version": "echo $npm_package_version",
"postversion": "biome check --write package.json"
}
}