mail esm 2/2
This commit is contained in:
parent
c8300d0648
commit
1f4df47e07
1702
packages/mail/package-lock.json
generated
1702
packages/mail/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -4,11 +4,17 @@
|
|||||||
"main": "dist-in/index.js",
|
"main": "dist-in/index.js",
|
||||||
"typings": "dist-in/index.d.ts",
|
"typings": "dist-in/index.d.ts",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
"exports": {
|
||||||
|
".": {
|
||||||
|
"types": "./dist-in/index.d.ts",
|
||||||
|
"import": "./dist-in/index.js"
|
||||||
|
}
|
||||||
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
},
|
},
|
||||||
"bin": {
|
"bin": {
|
||||||
"osr-mail": "dist-in/main.js"
|
"pm-mail": "dist-in/main.js"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@polymech/commons": "file:../commons",
|
"@polymech/commons": "file:../commons",
|
||||||
@ -24,25 +30,29 @@
|
|||||||
"yargs": "^18.0.0"
|
"yargs": "^18.0.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "tsc; mocha --full-trace mocha \"spec/**/*.spec.js\"",
|
"test": "vitest run",
|
||||||
"test-with-coverage": "istanbul cover node_modules/.bin/_mocha -- 'spec/**/*.spec.js'",
|
"test:watch": "vitest",
|
||||||
|
"test:coverage": "vitest run --coverage",
|
||||||
|
"test:ui": "vitest --ui",
|
||||||
"lint": "tslint --project=./tsconfig.json",
|
"lint": "tslint --project=./tsconfig.json",
|
||||||
"build": "tsc -p .",
|
"build": "tsc -p .",
|
||||||
"dev": "tsc -p . --declaration -w",
|
"dev": "tsc -p . --declaration -w",
|
||||||
"typings": "tsc --declaration",
|
"typings": "tsc --declaration",
|
||||||
"docs": "npx typedoc src/index.ts",
|
"docs": "npx typedoc src/index.ts"
|
||||||
"dev-test-watch": "mocha-typescript-watch"
|
|
||||||
},
|
},
|
||||||
"homepage": "https://git.osr-plastic.org/osr-plastic/osr-media",
|
"homepage": "https://git.polymech.org/polymech/polymech-mono",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "://git.osr-plastic.org/osr-plastic/osr-media.git"
|
"url": "://git.polymech.org/polymech/polymech-mono.git"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 14.0.0"
|
"node": ">= 14.0.0"
|
||||||
},
|
},
|
||||||
"license": "BSD-3-Clause",
|
"license": "ISC",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"typescript"
|
"typescript"
|
||||||
]
|
],
|
||||||
|
"devDependencies": {
|
||||||
|
"vitest": "^4.0.18"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user