UNPKG

1.63 kBJSONView Raw
1{
2 "name": "tsetmc-client",
3 "version": "1.1.2",
4 "description": "A node.js client for communicating with TSETMC API",
5 "main": "./dist/index.js",
6 "types": "./dist/index.d.ts",
7 "files": [
8 "dist/**"
9 ],
10 "exports": {
11 ".": {
12 "import": {
13 "types": "./dist/index.d.mts",
14 "default": "./dist/index.mjs"
15 },
16 "require": {
17 "types": "./dist/index.d.ts",
18 "default": "./dist/index.js"
19 }
20 }
21 },
22 "scripts": {
23 "dev": "tsup --watch",
24 "build": "tsup",
25 "test": "mocha \"**/*.test.ts\" --retries 3",
26 "typecheck": "tsc --noEmit",
27 "format:check": "prettier --check \"**/*.{ts,md}\"",
28 "format": "prettier --write .",
29 "prepublishOnly": "pnpm run typecheck && pnpm run format:check && pnpm build"
30 },
31 "packageManager": "pnpm@8.15.0",
32 "dependencies": {
33 "axios": "^1.6.8",
34 "deepmerge": "^4.3.1",
35 "moment": "^2.30.1",
36 "p-safe": "^0.1.0"
37 },
38 "devDependencies": {
39 "@types/chai": "^4.3.12",
40 "@types/mocha": "^10.0.6",
41 "@types/node": "20.11.28",
42 "chai": "^5.1.0",
43 "mocha": "^10.3.0",
44 "prettier": "^3.2.5",
45 "tsup": "^8.0.2",
46 "tsx": "^4.7.1",
47 "typescript": "5.4.2"
48 },
49 "homepage": "https://github.com/shahradelahi/tsetmc-client#readme",
50 "repository": {
51 "type": "git",
52 "url": "git+https://github.com/shahradelahi/tsetmc-client.git"
53 },
54 "keywords": [
55 "tsetmc",
56 "api",
57 "node"
58 ],
59 "author": "Shahrad Elahi <shahrad@litehex.com>",
60 "license": "MIT",
61 "bugs": {
62 "url": "https://github.com/shahradelahi/tsetmc-client/issues",
63 "email": "shahrad@litehex.com"
64 }
65}