UNPKG

2.76 kBJSONView Raw
1{
2 "name": "jiti",
3 "version": "1.19.2",
4 "description": "Runtime typescript and ESM support for Node.js",
5 "repository": "unjs/jiti",
6 "license": "MIT",
7 "main": "./lib/index.js",
8 "types": "dist/jiti.d.ts",
9 "bin": "bin/jiti.js",
10 "files": [
11 "lib",
12 "dist",
13 "register.js"
14 ],
15 "scripts": {
16 "build": "pnpm clean && NODE_ENV=production pnpm webpack",
17 "clean": "rm -rf dist",
18 "dev": "pnpm clean && pnpm webpack --watch",
19 "jiti": "JITI_DEBUG=1 JITI_CACHE=false JITI_REQUIRE_CACHE=false ./bin/jiti.js",
20 "jiti:legacy": "JITI_DEBUG=1 npx node@12 ./bin/jiti.js",
21 "lint": "eslint --ext .ts,.js . && prettier -c src lib test stubs",
22 "lint:fix": "eslint --fix --ext .ts,.js . && prettier -w src lib test stubs",
23 "release": "pnpm build && pnpm test && changelogen --release --push && npm publish",
24 "test": "pnpm lint && vitest run --coverage"
25 },
26 "devDependencies": {
27 "@babel/core": "^7.22.10",
28 "@babel/plugin-proposal-decorators": "^7.22.10",
29 "@babel/plugin-proposal-export-namespace-from": "^7.18.9",
30 "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
31 "@babel/plugin-proposal-optional-chaining": "^7.21.0",
32 "@babel/plugin-syntax-class-properties": "^7.12.13",
33 "@babel/plugin-syntax-import-assertions": "^7.22.5",
34 "@babel/plugin-transform-modules-commonjs": "^7.22.5",
35 "@babel/plugin-transform-typescript": "^7.22.10",
36 "@babel/preset-typescript": "^7.22.5",
37 "@babel/template": "^7.22.5",
38 "@babel/types": "^7.22.10",
39 "@types/babel__core": "^7.20.1",
40 "@types/babel__template": "^7.4.1",
41 "@types/node": "^20.5.0",
42 "@types/object-hash": "^3.0.3",
43 "@types/resolve": "^1.20.2",
44 "@types/semver": "^7.5.0",
45 "@vitest/coverage-v8": "^0.34.2",
46 "acorn": "^8.10.0",
47 "babel-plugin-dynamic-import-node": "^2.3.3",
48 "babel-plugin-parameter-decorator": "^1.0.16",
49 "babel-plugin-transform-typescript-metadata": "^0.3.2",
50 "changelogen": "^0.5.4",
51 "config": "^3.3.9",
52 "create-require": "^1.1.1",
53 "destr": "^2.0.1",
54 "escape-string-regexp": "^5.0.0",
55 "eslint": "^8.47.0",
56 "eslint-config-unjs": "^0.2.1",
57 "esm": "^3.2.25",
58 "estree-walker": "^3.0.3",
59 "execa": "^7.2.0",
60 "fast-glob": "^3.3.1",
61 "mlly": "^1.4.0",
62 "object-hash": "^3.0.0",
63 "pathe": "^1.1.1",
64 "pirates": "^4.0.6",
65 "pkg-types": "^1.0.3",
66 "prettier": "^3.0.2",
67 "reflect-metadata": "^0.1.13",
68 "semver": "^7.5.4",
69 "std-env": "^3.3.3",
70 "terser-webpack-plugin": "^5.3.9",
71 "ts-loader": "^9.4.4",
72 "tslib": "^2.6.1",
73 "typescript": "^5.1.6",
74 "vite": "^4.4.9",
75 "vitest": "^0.34.2",
76 "webpack": "^5.88.2",
77 "webpack-cli": "^5.1.4"
78 },
79 "packageManager": "pnpm@8.6.12"
80}
\No newline at end of file