|
1 | 1 | {
|
2 |
| - "name": "vremel", |
3 |
| - "version": "0.1.0", |
4 |
| - "description": "JavaScript date utility library for Temporal", |
5 |
| - "type": "module", |
6 |
| - "exports": { |
7 |
| - ".": { |
8 |
| - "import": "./dist/esm/index.js", |
9 |
| - "require": "./dist/cjs/index.cjs", |
10 |
| - "types": "./dist/esm/index.d.ts" |
11 |
| - } |
12 |
| - }, |
13 |
| - "sideEffects": false, |
14 |
| - "engines": { |
15 |
| - "node": ">=18" |
16 |
| - }, |
17 |
| - "files": [ |
18 |
| - "dist" |
19 |
| - ], |
20 |
| - "scripts": { |
21 |
| - "build": "rimraf dist && tsc -p tsconfig.build.json && babel dist/esm -d dist/cjs --out-file-extension .cjs", |
22 |
| - "test": "vitest", |
23 |
| - "typecheck": "tsc", |
24 |
| - "repl": "vite-node script/repl.ts" |
25 |
| - }, |
26 |
| - "homepage": "https://github.com/fabon-f/vremel#readme", |
27 |
| - "bugs": { |
28 |
| - "url": "https://github.com/fabon-f/vremel/issues" |
29 |
| - }, |
30 |
| - "repository": { |
31 |
| - "type": "git", |
32 |
| - "url": "https://github.com/fabon-f/vremel.git" |
33 |
| - }, |
34 |
| - "keywords": [ |
35 |
| - "Temporal" |
36 |
| - ], |
37 |
| - "author": "fabon <[email protected]> (https://www.fabon.info/)", |
38 |
| - "license": "MIT", |
39 |
| - "devDependencies": { |
40 |
| - "@babel/cli": "^7.23.4", |
41 |
| - "@babel/core": "^7.23.7", |
42 |
| - "@babel/plugin-transform-modules-commonjs": "^7.23.3", |
43 |
| - "@js-temporal/polyfill": "^0.4.4", |
44 |
| - "@tsconfig/strictest": "^2.0.2", |
45 |
| - "@types/node": "^20.11.6", |
46 |
| - "babel-plugin-replace-import-extension": "^1.1.4", |
47 |
| - "consola": "^3.2.3", |
48 |
| - "prettier": "3.2.5", |
49 |
| - "rimraf": "^5.0.5", |
50 |
| - "temporal-polyfill": "^0.2.0", |
51 |
| - "typescript": "^5.3.3", |
52 |
| - "vite-node": "^1.2.1", |
53 |
| - "vitest": "^1.2.1" |
54 |
| - } |
| 2 | + "name": "vremel", |
| 3 | + "version": "0.1.0", |
| 4 | + "description": "JavaScript date utility library for Temporal", |
| 5 | + "type": "module", |
| 6 | + "exports": { |
| 7 | + ".": { |
| 8 | + "import": "./dist/esm/index.js", |
| 9 | + "require": "./dist/cjs/index.cjs", |
| 10 | + "types": "./dist/esm/index.d.ts" |
| 11 | + } |
| 12 | + }, |
| 13 | + "sideEffects": false, |
| 14 | + "engines": { |
| 15 | + "node": ">=18" |
| 16 | + }, |
| 17 | + "files": [ |
| 18 | + "dist" |
| 19 | + ], |
| 20 | + "scripts": { |
| 21 | + "build": "rimraf dist && tsc -p tsconfig.build.json && babel dist/esm -d dist/cjs --out-file-extension .cjs", |
| 22 | + "test": "vitest", |
| 23 | + "typecheck": "tsc", |
| 24 | + "repl": "vite-node script/repl.ts" |
| 25 | + }, |
| 26 | + "homepage": "https://github.com/fabon-f/vremel#readme", |
| 27 | + "bugs": { |
| 28 | + "url": "https://github.com/fabon-f/vremel/issues" |
| 29 | + }, |
| 30 | + "repository": { |
| 31 | + "type": "git", |
| 32 | + "url": "https://github.com/fabon-f/vremel.git" |
| 33 | + }, |
| 34 | + "keywords": [ |
| 35 | + "Temporal" |
| 36 | + ], |
| 37 | + "author": "fabon <[email protected]> (https://www.fabon.info/)", |
| 38 | + "license": "MIT", |
| 39 | + "devDependencies": { |
| 40 | + "@babel/cli": "^7.23.4", |
| 41 | + "@babel/core": "^7.23.7", |
| 42 | + "@babel/plugin-transform-modules-commonjs": "^7.23.3", |
| 43 | + "@js-temporal/polyfill": "^0.4.4", |
| 44 | + "@tsconfig/strictest": "^2.0.2", |
| 45 | + "@types/node": "^20.11.6", |
| 46 | + "babel-plugin-replace-import-extension": "^1.1.4", |
| 47 | + "consola": "^3.2.3", |
| 48 | + "prettier": "3.2.5", |
| 49 | + "rimraf": "^5.0.5", |
| 50 | + "temporal-polyfill": "^0.2.0", |
| 51 | + "typescript": "^5.3.3", |
| 52 | + "vite-node": "^1.2.1", |
| 53 | + "vitest": "^1.2.1" |
| 54 | + } |
55 | 55 | }
|
0 commit comments