moysklad-ts
Version:
Полностью типизированный, современный и лёгкий клиент МойСклад JSON API
75 lines (74 loc) • 2.1 kB
JSON
{
"name": "moysklad-ts",
"version": "0.1.37",
"description": "Полностью типизированный, современный и лёгкий клиент МойСклад JSON API",
"sideEffects": false,
"type": "module",
"packageManager": "bun@1.3.8",
"keywords": [
"moysklad",
"warehouse",
"client",
"wms",
"crm",
"api"
],
"homepage": "https://github.com/MonsterDeveloper/moysklad-ts",
"repository": {
"type": "git",
"url": "git+https://github.com/MonsterDeveloper/moysklad-ts.git"
},
"bugs": {
"url": "https://github.com/MonsterDeveloper/moysklad-ts/issues"
},
"license": "GPL-3.0-only",
"author": "Andrei Bobkov <me@ctoofeverything.dev>",
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"build": "vite build",
"test": "vitest run",
"test:watch": "vitest",
"check": "biome check --write",
"test:ui": "vitest --ui --coverage.enabled=true",
"typecheck": "tsc && vitest --typecheck.only --run",
"update": "bunx npm-check-updates -ui --reject bun",
"prepare": "husky",
"bump-version": "bun scripts/bump-version.ts",
"check-exports": "attw --pack . --ignore-rules=cjs-resolves-to-esm",
"knip": "knip --exclude enumMembers",
"upgrade-bun": "bun scripts/upgrade-bun.ts"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.18.2",
"@biomejs/biome": "^2.3.14",
"@commitlint/cli": "^20.4.1",
"@commitlint/config-conventional": "^20.4.1",
"@cto_of_everything/biome-config": "^2.0.1",
"@microsoft/api-extractor": "^7.56.2",
"@types/bun": "^1.3.8",
"@vitest/coverage-v8": "^4.0.18",
"@vitest/ui": "^4.0.18",
"husky": "^9.1.7",
"knip": "^5.83.0",
"typescript": "^5.9.3",
"unplugin-dts": "^1.0.0-beta.6",
"vite-tsconfig-paths": "^6.0.5",
"vitest": "^4.0.18"
},
"files": [
"dist"
],
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"dependencies": {
"type-fest": "^5.4.3"
}
}