UNPKG

2.65 kBJSONView Raw
1{
2 "name": "jiti",
3 "version": "1.17.0",
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.12",
17 "@babel/plugin-proposal-decorators": "^7.20.13",
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-syntax-import-assertions": "^7.20.0",
23 "@babel/plugin-transform-modules-commonjs": "^7.20.11",
24 "@babel/plugin-transform-typescript": "^7.20.13",
25 "@babel/preset-typescript": "^7.18.6",
26 "@babel/template": "^7.20.7",
27 "@babel/types": "^7.20.7",
28 "@types/babel__core": "^7.20.0",
29 "@types/babel__template": "^7.4.1",
30 "@types/mkdirp": "^1.0.2",
31 "@types/node": "^18.11.18",
32 "@types/object-hash": "^3.0.2",
33 "@types/resolve": "^1.20.2",
34 "@types/semver": "^7.3.13",
35 "@vitest/coverage-c8": "^0.28.3",
36 "acorn": "^8.8.2",
37 "babel-plugin-dynamic-import-node": "^2.3.3",
38 "babel-plugin-parameter-decorator": "^1.0.16",
39 "config": "^3.3.9",
40 "create-require": "^1.1.1",
41 "cross-env": "^7.0.3",
42 "destr": "^1.2.2",
43 "escape-string-regexp": "^5.0.0",
44 "eslint": "^8.33.0",
45 "eslint-config-unjs": "^0.1.0",
46 "esm": "^3.2.25",
47 "estree-walker": "^3.0.3",
48 "execa": "^6.1.0",
49 "fast-glob": "^3.2.12",
50 "mkdirp": "^1.0.4",
51 "mlly": "^1.1.0",
52 "object-hash": "^3.0.0",
53 "pathe": "^1.1.0",
54 "pirates": "^4.0.5",
55 "pkg-types": "^1.0.1",
56 "prettier": "^2.8.3",
57 "semver": "^7.3.8",
58 "standard-version": "^9.5.0",
59 "terser-webpack-plugin": "^5.3.6",
60 "ts-loader": "^9.4.2",
61 "tslib": "^2.5.0",
62 "typescript": "^4.9.5",
63 "vitest": "^0.28.3",
64 "webpack": "^5.75.0",
65 "webpack-cli": "^5.0.1"
66 },
67 "packageManager": "pnpm@7.26.2",
68 "scripts": {
69 "build": "pnpm clean && cross-env NODE_ENV=production pnpm webpack",
70 "clean": "rm -rf dist",
71 "dev": "pnpm clean && pnpm webpack --watch",
72 "jiti": "cross-env JITI_DEBUG=1 JITI_CACHE=false ./bin/jiti.js",
73 "jiti:legacy": "cross-env JITI_DEBUG=1 npx node@12 ./bin/jiti.js",
74 "lint": "eslint --ext .ts,.js . && prettier -c src lib test stubs",
75 "release": "pnpm build && pnpm test && pnpm standard-version && git push --follow-tags && pnpm publish",
76 "test": "pnpm lint && vitest run --coverage"
77 }
78}
\No newline at end of file