@webda/tsc-esm
Version:
Compile with ES6 Module import correction
68 lines (67 loc) • 1.4 kB
JSON
{
"name": "@webda/tsc-esm",
"version": "1.3.1",
"description": "Compile with ES6 Module import correction",
"keywords": [
"webda"
],
"bin": "./lib/index.js",
"type": "module",
"author": "Remi Cattiau <remi@cattiau.com>",
"homepage": "https://github.com/loopingz/webda.io/tree/master/packages/codemod#readme",
"license": "ISC",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib"
],
"main": "./lib/lib.js",
"exports": {
"default": "./lib/lib.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/loopingz/webda.io.git"
},
"scripts": {
"test": "c8 mocha",
"build": "tsc && chmod +x lib/index.js"
},
"bugs": {
"url": "https://github.com/loopingz/webda.io/issues"
},
"publishConfig": {
"access": "public"
},
"c8": {
"report-dir": "./reports",
"reporter": [
"html",
"lcov",
"json",
"text"
],
"exclude": [
"**/*.spec.ts",
"src/index.ts"
],
"excludeNodeModules": true
},
"dependencies": {
"typescript": "^5.6.2"
},
"devDependencies": {
"@testdeck/mocha": "^0.3.2",
"@types/node": "18.11.13",
"c8": "^10.1.2",
"mocha": "^10.0.0",
"openapi-types": "^12.0.0",
"ts-node": "^10.9.1"
},
"engines": {
"node": ">=18.0.0"
},
"gitHead": "3424571d0cbdcbdc05ba699c20c802fe3641f4aa"
}