mirror of
https://github.com/mountain-loop/yaak.git
synced 2025-12-23 22:48:55 -05:00
20 lines
534 B
JSON
20 lines
534 B
JSON
{
|
|
"name": "@yaak/template-function-1password",
|
|
"displayName": "1Password Template Functions",
|
|
"description": "Template function for accessing 1Password secrets",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"scripts": {
|
|
"build": "run-s build:*",
|
|
"build:1-build": "yaakcli build",
|
|
"build:2-cpywasm": "cpx \"../../node_modules/@1password/sdk-core/nodejs/core_bg.wasm\" build/",
|
|
"dev": "yaakcli dev"
|
|
},
|
|
"dependencies": {
|
|
"@1password/sdk": "^0.4.0-beta.2"
|
|
},
|
|
"devDependencies": {
|
|
"cpx": "^1.5.0"
|
|
}
|
|
}
|