27 lines
611 B
JSON
27 lines
611 B
JSON
{
|
|
"name": "@mostovik/organizations-api-client",
|
|
"version": "0.1.0",
|
|
"description": "TypeScript client for Mostovik organizations API v2",
|
|
"type": "module",
|
|
"main": "./dist/src/index.js",
|
|
"types": "./dist/src/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/src/index.d.ts",
|
|
"import": "./dist/src/index.js"
|
|
}
|
|
},
|
|
"files": [
|
|
"dist/src",
|
|
"README.md"
|
|
],
|
|
"scripts": {
|
|
"build": "tsc -p tsconfig.json",
|
|
"test": "tsc -p tsconfig.json && node --test dist/test/*.test.js"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^25.0.0",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|