Restructured toolchain to its own workspace

This commit is contained in:
2024-01-28 20:34:07 +01:00
parent d333ed98af
commit 502946376f
23 changed files with 312 additions and 196 deletions

View File

@@ -0,0 +1,17 @@
{
"name": "@zblog/toolchain",
"version": "1.0.0",
"description": "",
"type": "module",
"module": "bin/zblog-toolchain.js",
"main": "bin/zblog-toolchain.js",
"bin": {
"zblog-toolchain": "./bin/zblog-toolchain.js"
},
"types": "./bin/zblog-toolchain.d.ts",
"scripts": {
"build": "tsc -p tsconfig.json"
},
"author": "",
"license": "ISC"
}