uniorg
Version:
uniorg type definitions
42 lines • 906 B
JSON
{
"name": "uniorg",
"version": "1.3.0",
"type": "module",
"description": "uniorg type definitions",
"keywords": [
"uniorg",
"unified",
"org-mode",
"ast"
],
"author": "Oleksii Shmalko <rasen.dubi@gmail.com>",
"homepage": "https://github.com/rasendubi/uniorg",
"license": "GPL-3.0-or-later",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/rasendubi/uniorg.git"
},
"bugs": {
"url": "https://github.com/rasendubi/uniorg/issues"
},
"dependencies": {
"@types/unist": "^3.0.0"
},
"devDependencies": {
"typescript": "^5.4.5"
},
"scripts": {
"build": "rm -rf ./lib && tsc -p tsconfig.build.json",
"clean": "rm -rf ./lib",
"compile": "tsc -p tsconfig.build.json"
}
}