@lit-protocol/vincent-scaffold-sdk
Version:
Shared build configuration and utilities for Vincent tools and policies
56 lines (55 loc) • 1.4 kB
JSON
{
"name": "@lit-protocol/vincent-scaffold-sdk",
"version": "0.0.9",
"description": "Shared build configuration and utilities for Vincent tools and policies",
"main": "index.js",
"bin": {
"vincent-scaffold": "./bin/cli.js"
},
"files": [
"index.js",
"bin/cli.js",
"src/",
"tsconfig.base.example.json",
"tsconfig.lib.example.json",
"README.md"
],
"exports": {
".": "./index.js",
"./esbuild-config": "./src/esbuild-share-config.js",
"./deno-fetch-shim": "./src/deno-fetch-shim.js",
"./deploy-lit-action": "./src/deploy-lit-action.js",
"./tsconfig": "./src/tsconfig.vincent.json"
},
"scripts": {
"prepublishOnly": "npm run validate && npm run sync-versions",
"validate": "node -c ./src/esbuild-share-config.js && node -c ./src/deno-fetch-shim.js",
"sync-versions": "node scripts/sync-template-versions.js"
},
"keywords": [
"vincent",
"esbuild",
"build-tools",
"lit-protocol",
"vincent-tool",
"vincent-policy"
],
"author": "",
"license": "MIT",
"dependencies": {
"esbuild": "^0.19.0",
"esbuild-plugin-polyfill-node": "^0.3.0",
"ipfs-only-hash": "^4.0.0",
"inquirer": "^8.2.6",
"chalk": "4.1.2"
},
"peerDependencies": {
"@lit-protocol/vincent-tool-sdk": "*"
},
"engines": {
"node": ">=16.0.0"
},
"publishConfig": {
"access": "public"
}
}