18 lines
369 B
JSON
18 lines
369 B
JSON
{
|
|
"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"
|
|
}
|