|
1 | 1 | { |
2 | 2 | "name": "solapi", |
3 | | - "version": "5.3.1", |
| 3 | + "version": "5.4.0-beta.0", |
4 | 4 | "description": "SOLAPI SDK for Node.js(Server Side Only)", |
5 | | - "repository": { |
6 | | - "type": "git", |
7 | | - "url": "git+https://github.com/solapi/solapi-nodejs.git" |
8 | | - }, |
9 | 5 | "keywords": [ |
10 | 6 | "solapi", |
11 | 7 | "sms", |
|
15 | 11 | "sdk", |
16 | 12 | "korean sms" |
17 | 13 | ], |
| 14 | + "homepage": "https://solapi.com", |
| 15 | + "bugs": { |
| 16 | + "url": "https://github.com/solapi/solapi-nodejs/issues" |
| 17 | + }, |
| 18 | + "repository": { |
| 19 | + "type": "git", |
| 20 | + "url": "git+https://github.com/solapi/solapi-nodejs.git" |
| 21 | + }, |
| 22 | + "license": "MIT", |
18 | 23 | "author": { |
19 | | - "name": "Nurigo Team", |
20 | | - "email": "contact@nurigo.net" |
| 24 | + "name": "SOLAPI Team", |
| 25 | + "email": "contact@solapi.com" |
21 | 26 | }, |
| 27 | + "type": "commonjs", |
22 | 28 | "source": "src/solapi.ts", |
23 | 29 | "main": "dist/index.js", |
24 | 30 | "types": "dist/index.d.ts", |
25 | | - "license": "MIT", |
26 | | - "bugs": { |
27 | | - "url": "https://github.com/solapi/solapi-nodejs/issues" |
28 | | - }, |
29 | | - "homepage": "https://solapi.github.io/solapi-nodejs", |
| 31 | + "module": "dist/index.module.js", |
| 32 | + "files": [ |
| 33 | + "/dist" |
| 34 | + ], |
30 | 35 | "scripts": { |
| 36 | + "build": "yarn clean && yarn lint && parcel build", |
31 | 37 | "clean": "rimraf dist", |
32 | | - "build": "yarn clean && parcel build --no-source-maps", |
33 | | - "watch": "parcel watch", |
34 | | - "docs": "typedoc --entryPointStrategy expand ./src" |
35 | | - }, |
36 | | - "engines": { |
37 | | - "node": ">=14", |
38 | | - "parcel": "2.x" |
| 38 | + "docs": "typedoc --entryPointStrategy expand ./src", |
| 39 | + "format": "prettier ./**/*.ts ./**/*.js ./**/*.mjs", |
| 40 | + "lint": "eslint .", |
| 41 | + "watch": "parcel watch" |
39 | 42 | }, |
40 | 43 | "dependencies": { |
41 | | - "cross-fetch": "^3.1.5", |
42 | | - "crypto-js": "^4.1.1", |
43 | | - "date-fns": "^2.29.3", |
| 44 | + "date-fns": "^4.1.0", |
44 | 45 | "image-to-base64": "^2.2.0", |
45 | | - "nanoid": "^3.3.4", |
46 | | - "qs": "^6.11.0" |
| 46 | + "qs": "^6.14.0" |
47 | 47 | }, |
48 | 48 | "devDependencies": { |
49 | | - "@parcel/packager-ts": "2.8.1", |
50 | | - "@parcel/transformer-typescript-types": "2.8.1", |
51 | | - "@types/crypto-js": "^4.1.1", |
52 | | - "@types/image-to-base64": "^2.1.0", |
53 | | - "@types/node": "^18.11.13", |
54 | | - "@types/qs": "^6.9.7", |
55 | | - "@typescript-eslint/eslint-plugin": "^5.46.1", |
56 | | - "@typescript-eslint/parser": "^5.46.1", |
57 | | - "eslint": "^8.29.0", |
58 | | - "eslint-plugin-tsdoc": "^0.2.17", |
59 | | - "eslint-plugin-unused-imports": "^2.0.0", |
60 | | - "parcel": "^2.8.1", |
61 | | - "prettier": "^2.8.1", |
62 | | - "rimraf": "^3.0.2", |
63 | | - "typedoc": "^0.23.22", |
64 | | - "typescript": "^4.9.4" |
| 49 | + "@eslint/eslintrc": "^3.3.0", |
| 50 | + "@eslint/js": "^9.21.0", |
| 51 | + "@parcel/packager-ts": "^2.13.3", |
| 52 | + "@parcel/transformer-typescript-tsc": "^2.13.3", |
| 53 | + "@parcel/transformer-typescript-types": "^2.13.3", |
| 54 | + "@parcel/validator-typescript": "^2.13.3", |
| 55 | + "@types/crypto-js": "^4.2.2", |
| 56 | + "@types/image-to-base64": "^2.1.2", |
| 57 | + "@types/node": "^22.13.5", |
| 58 | + "@types/qs": "^6.9.18", |
| 59 | + "@typescript-eslint/eslint-plugin": "^8.25.0", |
| 60 | + "@typescript-eslint/parser": "^8.25.0", |
| 61 | + "eslint": "^9.21.0", |
| 62 | + "eslint-plugin-tsdoc": "^0.4.0", |
| 63 | + "eslint-plugin-unused-imports": "^4.1.4", |
| 64 | + "globals": "^16.0.0", |
| 65 | + "parcel": "^2.13.3", |
| 66 | + "prettier": "^3.5.2", |
| 67 | + "rimraf": "^6.0.1", |
| 68 | + "typedoc": "^0.27.9", |
| 69 | + "typescript": "^5.7.3" |
65 | 70 | }, |
66 | | - "files": [ |
67 | | - "/dist" |
68 | | - ], |
69 | | - "packageManager": "yarn@3.2.3" |
| 71 | + "packageManager": "yarn@4.6.0", |
| 72 | + "engines": { |
| 73 | + "node": ">=18", |
| 74 | + "parcel": "2.x" |
| 75 | + }, |
| 76 | + "targets": { |
| 77 | + "main": { |
| 78 | + "outputFormat": "commonjs", |
| 79 | + "optimize": true |
| 80 | + }, |
| 81 | + "module": { |
| 82 | + "outputFormat": "esmodule", |
| 83 | + "optimize": true |
| 84 | + } |
| 85 | + } |
70 | 86 | } |
0 commit comments