UNPKG

2.58 kBJSONView Raw
1{
2 "name": "jiti",
3 "version": "1.16.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 "devDependencies": {
16 "@babel/core": "^7.20.7",
17 "@babel/plugin-proposal-decorators": "^7.20.7",
18 "@babel/plugin-proposal-export-namespace-from": "^7.18.9",
19 "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
20 "@babel/plugin-proposal-optional-chaining": "^7.20.7",
21 "@babel/plugin-syntax-class-properties": "^7.12.13",
22 "@babel/plugin-transform-modules-commonjs": "^7.20.11",
23 "@babel/plugin-transform-typescript": "^7.20.7",
24 "@babel/preset-typescript": "^7.18.6",
25 "@babel/template": "^7.20.7",
26 "@babel/types": "^7.20.7",
27 "@types/babel__core": "^7.1.20",
28 "@types/babel__template": "^7.4.1",
29 "@types/mkdirp": "^1.0.2",
30 "@types/node": "^18.11.18",
31 "@types/object-hash": "^3.0.2",
32 "@types/resolve": "^1.20.2",
33 "@types/semver": "^7.3.13",
34 "@vitest/coverage-c8": "^0.26.3",
35 "acorn": "^8.8.1",
36 "babel-plugin-dynamic-import-node": "^2.3.3",
37 "babel-plugin-parameter-decorator": "^1.0.16",
38 "config": "^3.3.8",
39 "create-require": "^1.1.1",
40 "cross-env": "^7.0.3",
41 "destr": "^1.2.2",
42 "escape-string-regexp": "^5.0.0",
43 "eslint": "^8.31.0",
44 "eslint-config-unjs": "^0.0.3",
45 "esm": "^3.2.25",
46 "estree-walker": "^3.0.1",
47 "execa": "^6.1.0",
48 "fast-glob": "^3.2.12",
49 "mkdirp": "^1.0.4",
50 "mlly": "^1.0.0",
51 "object-hash": "^3.0.0",
52 "pathe": "^1.0.0",
53 "pirates": "^4.0.5",
54 "pkg-types": "^1.0.1",
55 "prettier": "^2.8.1",
56 "semver": "^7.3.8",
57 "standard-version": "^9.5.0",
58 "terser-webpack-plugin": "^5.3.6",
59 "ts-loader": "^9.4.2",
60 "tslib": "^2.4.1",
61 "typescript": "^4.9.4",
62 "vitest": "^0.26.3",
63 "webpack": "^5.75.0",
64 "webpack-cli": "^5.0.1"
65 },
66 "packageManager": "pnpm@7.21.0",
67 "scripts": {
68 "build": "pnpm clean && cross-env NODE_ENV=production pnpm webpack",
69 "clean": "rm -rf dist",
70 "dev": "pnpm clean && pnpm webpack --watch",
71 "jiti": "cross-env JITI_DEBUG=1 JITI_CACHE=false ./bin/jiti.js",
72 "jiti:legacy": "cross-env JITI_DEBUG=1 npx node@12 ./bin/jiti.js",
73 "lint": "eslint --ext .ts,.js . && prettier -c .",
74 "release": "pnpm build && pnpm test && pnpm standard-version && git push --follow-tags && pnpm publish",
75 "test": "pnpm lint && vitest run --coverage"
76 }
77}
\No newline at end of file