@sprucelabs/spruce-cli
Version:
Command line interface for building Spruce skills.
46 lines • 866 B
JSON
{
"skipped": [
"skill",
"event"
],
"installed": [
"schema",
"error",
"test",
"event",
"permission"
],
"events.lastSync": {
"contractDestinationDir": "#spruce/events",
"schemaTypesLookupDir": "#spruce/schemas",
"skillEventContractTypesFile": "@sprucelabs/mercury-types/build/types/mercury.types",
"eventBuilderFile": "@sprucelabs/mercury-types"
},
"writer": {
"skipped": [
"src/index.ts",
"tsconfig.json"
]
},
"dependencies": [
{
"id": "615c8e8940810e9c9fa1cf0a",
"namespace": "heartwood"
}
],
"scriptUpdater": {
"skipped": [
"build.ci",
"build.dev",
"clean.all",
"lint.tsc",
"rebuild",
"update.dependencies",
"test",
"watch.build.dev",
"watch.lint",
"watch.rebuild",
"watch.tsc"
]
}
}