UNPKG

2.04 kBJSONView Raw
1{
2 "name": "jiti",
3 "version": "1.12.7",
4 "description": "Runtime typescript and ESM support for Node.js (CommonJS)",
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": "yarn clean && NODE_ENV=production yarn webpack",
17 "build:babel": "ncc build src/babel.ts -t -m -o dist/babel",
18 "clean": "rm -rf dist",
19 "dev": "yarn clean && yarn webpack --watch",
20 "jiti": "JITI_DEBUG=1 ./bin/jiti.js",
21 "jiti:legacy": "JITI_DEBUG=1 npx node@12 ./bin/jiti.js",
22 "lint": "eslint --ext .ts,.js .",
23 "release": "yarn test && yarn build && yarn standard-version && git push --follow-tags && npm publish",
24 "test": "yarn lint"
25 },
26 "devDependencies": {
27 "@babel/core": "latest",
28 "@babel/plugin-proposal-decorators": "latest",
29 "@babel/plugin-proposal-nullish-coalescing-operator": "latest",
30 "@babel/plugin-proposal-optional-chaining": "latest",
31 "@babel/plugin-syntax-class-properties": "latest",
32 "@babel/plugin-transform-modules-commonjs": "latest",
33 "@babel/plugin-transform-typescript": "latest",
34 "@babel/preset-typescript": "latest",
35 "@nuxtjs/eslint-config-typescript": "latest",
36 "@types/babel__core": "latest",
37 "@types/mkdirp": "latest",
38 "@types/node": "latest",
39 "@types/object-hash": "latest",
40 "@types/resolve": "latest",
41 "@types/semver": "latest",
42 "babel-plugin-dynamic-import-node": "latest",
43 "babel-plugin-parameter-decorator": "latest",
44 "babel-plugin-transform-import-meta": "latest",
45 "create-require": "latest",
46 "destr": "latest",
47 "eslint": "latest",
48 "esm": "latest",
49 "mkdirp": "latest",
50 "mlly": "^0.2.6",
51 "object-hash": "latest",
52 "pirates": "latest",
53 "semver": "latest",
54 "standard-version": "latest",
55 "ts-loader": "latest",
56 "tslib": "latest",
57 "typescript": "latest",
58 "webpack": "latest",
59 "webpack-cli": "latest"
60 }
61}