UNPKG

jiti

Version:

Runtime typescript and ESM support for Node.js (CommonJS)

46 lines (45 loc) 1.4 kB
{ "name": "jiti", "version": "0.1.10", "description": "Runtime typescript and ESM support for Node.js (CommonJS)", "repository": "nuxt-contrib/jiti", "license": "MIT", "main": "./index.js", "types": "dist/jiti.d.ts", "files": [ "index.js", "dist" ], "scripts": { "build": "yarn clean && NODE_ENV=production yarn webpack", "build:babel": "ncc build src/babel.ts -t -m -o dist/babel", "clean": "rm -rf dist", "dev": "yarn clean && yarn webpack --watch", "lint": "eslint --ext .ts,.js .", "release": "yarn test && yarn build && yarn standard-version && git push --follow-tags && npm publish", "test": "yarn lint" }, "devDependencies": { "@babel/core": "^7.10.2", "@babel/plugin-transform-modules-commonjs": "^7.10.1", "@babel/plugin-transform-typescript": "^7.10.1", "@babel/preset-typescript": "^7.10.1", "@nuxtjs/eslint-config-typescript": "^2.0.0", "@types/babel__core": "^7.1.8", "@types/mkdirp": "^1.0.1", "@types/node": "^14.0.13", "@types/resolve": "^1.17.1", "create-require": "^1.0.2", "eslint": "^7.2.0", "esm": "^3.2.25", "mkdirp": "^1.0.4", "resolve": "^1.17.0", "standard-version": "^8.0.0", "ts-loader": "^7.0.5", "tslib": "^2.0.0", "typescript": "^3.9.5", "v8-compile-cache": "^2.1.1", "webpack": "^5.0.0-beta.17", "webpack-cli": "^3.3.11" } }