note
Version:
Create timestamped markdown notes from the command line
57 lines • 1.43 kB
JSON
{
"name": "note",
"version": "0.3.1",
"description": "Create timestamped markdown notes from the command line",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/effect-native/effect-native",
"directory": "packages-native/note"
},
"sideEffects": [],
"homepage": "https://github.com/effect-native/effect-native/tree/main/packages-native/note",
"dependencies": {
"@effect/cli": "latest",
"@effect/platform": "latest",
"@effect/platform-node": "latest",
"effect": "latest",
"@effect-native/schemas": "0.1.0"
},
"bin": {
"note": "./bin.mjs"
},
"publishConfig": {
"provenance": true
},
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/dts/index.d.ts",
"exports": {
"./package.json": "./package.json",
".": {
"types": "./dist/dts/index.d.ts",
"import": "./dist/esm/index.js",
"default": "./dist/cjs/index.js"
},
"./Note": {
"types": "./dist/dts/Note.d.ts",
"import": "./dist/esm/Note.js",
"default": "./dist/cjs/Note.js"
},
"./Validate": {
"types": "./dist/dts/Validate.d.ts",
"import": "./dist/esm/Validate.js",
"default": "./dist/cjs/Validate.js"
}
},
"typesVersions": {
"*": {
"Note": [
"./dist/dts/Note.d.ts"
],
"Validate": [
"./dist/dts/Validate.d.ts"
]
}
}
}