|
27 | 27 | "type": "module",
|
28 | 28 | "main": "./dist/prod/index.cjs",
|
29 | 29 | "module": "./dist/prod/index.modern.js",
|
30 |
| - "umd:main": "./dist/prod/index.umd.js", |
31 | 30 | "exports": {
|
32 | 31 | "require": "./dist/prod/index.cjs",
|
33 | 32 | "development": "./dist/dev/index.modern.js",
|
|
45 | 44 | "test": "jest --verbose",
|
46 | 45 | "test:watch": "jest --watch",
|
47 | 46 | "test:ci": "jest --runInBand --ci",
|
48 |
| - "build:prod": "cross-env NODE_ENV=production microbundle --tsconfig ./tsconfig.json --format modern,cjs,umd --output dist/prod/index.js", |
49 |
| - "build:dev": "cross-env NODE_ENV=development microbundle --define process.env.NODE_ENV=development --tsconfig ./tsconfig.json --generateTypes false --format modern --output dist/dev/index.js", |
50 |
| - "build": "rm -rf ./dist && pnpm build:dev && pnpm build:prod", |
| 47 | + "build:prod": "NODE_ENV=production microbundle --tsconfig ./tsconfig.json --format modern,cjs --output dist/prod/index.js --target node", |
| 48 | + "build": "rm -rf ./dist && pnpm build:prod", |
51 | 49 | "gen:docs": "rm -rf ./docs/api && typedoc --options typedoc.cjs",
|
52 | 50 | "prepublishOnly": "pnpm build",
|
53 | 51 | "prepare": "husky install",
|
|
62 | 60 | },
|
63 | 61 | "homepage": "https://github.com/ivandotv/puntoenv#readme",
|
64 | 62 | "devDependencies": {
|
65 |
| - "@babel/core": "^7.23.9", |
66 |
| - "@babel/preset-env": "^7.23.9", |
67 |
| - "@babel/preset-typescript": "^7.23.3", |
68 | 63 | "@changesets/cli": "^2.27.1",
|
69 |
| - "@types/jest": "^29.5.12", |
70 | 64 | "@types/node": "^20.11.19",
|
71 |
| - "@typescript-eslint/eslint-plugin": "^7.0.2", |
72 |
| - "@typescript-eslint/parser": "^7.0.2", |
73 |
| - "cross-env": "^7.0.3", |
74 |
| - "eslint": "^8.56.0", |
75 |
| - "eslint-config-prettier": "^9.1.0", |
76 |
| - "eslint-plugin-jest": "^27.9.0", |
77 |
| - "eslint-plugin-prettier": "^5.1.3", |
78 |
| - "eslint-plugin-promise": "^6.1.1", |
79 |
| - "eslint-plugin-tsdoc": "^0.2.17", |
80 | 65 | "husky": "^9.0.11",
|
81 |
| - "jest": "^29.7.0", |
82 |
| - "jest-mock-console": "^2.0.0", |
83 |
| - "jest-watch-typeahead": "^2.2.2", |
84 | 66 | "lint-staged": "^15.2.2",
|
85 | 67 | "microbundle": "^0.15.1",
|
86 |
| - "prettier": "^3.2.5", |
87 | 68 | "shx": "^0.3.4",
|
88 | 69 | "typedoc": "^0.25.8",
|
89 | 70 | "typedoc-plugin-markdown": "^3.17.1",
|
90 | 71 | "typescript": "^5.3.3",
|
| 72 | + "vite": "^5.1.5", |
| 73 | + "vite-plugin-dts": "^3.7.3", |
| 74 | + "vitest": "^1.3.1", |
91 | 75 | "zx": "^7.2.3"
|
92 | 76 | },
|
93 | 77 | "dependencies": {
|
|
0 commit comments