dalet/libs/typescript/package.json

40 lines
815 B
JSON

{
"name": "@txtdot/dalet",
"version": "1.0.0-pre0",
"description": "Dalet realization in typescript",
"main": "dist/lib.js",
"types": "dist/lib.d.ts",
"files": [
"/dist"
],
"scripts": {
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TxtDot/dalet.git"
},
"keywords": [
"dalet",
"markup-language",
"markup",
"language",
"web"
],
"author": "artegoser",
"license": "MIT",
"bugs": {
"url": "https://github.com/TxtDot/dalet/issues"
},
"homepage": "https://github.com/TxtDot/dalet#readme",
"devDependencies": {
"@eslint/js": "^9.7.0",
"eslint": "9.x",
"globals": "^15.8.0",
"tsc": "^2.0.4",
"typescript-eslint": "^7.17.0"
},
"dependencies": {
"@msgpack/msgpack": "3.0.0-beta2"
}
}