mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
39 lines
1005 B
JSON
39 lines
1005 B
JSON
{
|
|
"name": "@triliumnext/express-partial-content",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"main": "./dist/index.js",
|
|
"module": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"exports": {
|
|
"./package.json": "./package.json",
|
|
".": {
|
|
"development": "./src/index.ts",
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js",
|
|
"default": "./dist/index.js"
|
|
}
|
|
},
|
|
"nx": {
|
|
"name": "express-partial-content",
|
|
"targets": {
|
|
"build": {
|
|
"executor": "@nx/js:swc",
|
|
"outputs": [
|
|
"{options.outputPath}"
|
|
],
|
|
"options": {
|
|
"outputPath": "packages/express-partial-content/dist",
|
|
"tsConfig": "packages/express-partial-content/tsconfig.lib.json",
|
|
"packageJson": "packages/express-partial-content/package.json",
|
|
"main": "packages/express-partial-content/src/index.ts",
|
|
"stripLeadingPaths": true
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"tslib": "^2.3.0"
|
|
}
|
|
}
|