15 lines
317 B
JSON
15 lines
317 B
JSON
{
|
|
"name": "present",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"postinstall": "cargo install --locked presenterm",
|
|
"dev": "presenterm --config-file ./config.yaml README.md"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"packageManager": "pnpm@10.28.1"
|
|
}
|