29 lines
624 B
JSON
29 lines
624 B
JSON
{
|
|
"name": "@txtdot/sdk",
|
|
"version": "1.1.1",
|
|
"description": "SDK for creating plugins for TxtDot",
|
|
"main": "dist/lib.js",
|
|
"types": "dist/lib.d.ts",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/txtdot/sdk.git"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"prepublishOnly": "pnpm run build"
|
|
},
|
|
"keywords": [],
|
|
"authors": [
|
|
"Artemy Egorov <me@artegoser.ru> https://github.com/artegoser"
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"linkedom": "^0.16.11",
|
|
"route-parser": "^0.0.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/route-parser": "^0.1.7",
|
|
"typescript": "^5.4.5"
|
|
}
|
|
}
|