| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- {
- "name": "@deepseek-ai/dsh-skill-filesystem",
- "description": "Local filesystem skill provider for the DeepSeek Harness",
- "version": "0.1.5-alpha.1",
- "publishConfig": {
- "access": "public"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/deepseek-ai/deepseek-harness.git",
- "directory": "packages/skill/skill-filesystem"
- },
- "type": "module",
- "main": "lib/index.js",
- "types": "lib/types/index.d.ts",
- "exports": {
- ".": {
- "types": "./lib/types/index.d.ts",
- "default": "./lib/index.js"
- },
- "./src/*": "./src/*",
- "./package.json": "./package.json"
- },
- "files": [
- "lib/index.js",
- "lib/types/**/*.d.ts"
- ],
- "license": "MIT",
- "peerDependencies": {
- "@deepseek-ai/dsh-fs": "workspace:^",
- "@deepseek-ai/dsh-home-paths": "workspace:^",
- "@deepseek-ai/dsh-skill": "workspace:^",
- "@deepseek-ai/cordis": "workspace:^"
- },
- "dependencies": {
- "chokidar": "^5.0.0",
- "@deepseek-ai/schemastery": "workspace:^",
- "yaml": "^2.4.2"
- },
- "devDependencies": {
- "@deepseek-ai/dsh-fs": "workspace:^",
- "@deepseek-ai/dsh-home-paths": "workspace:^",
- "@deepseek-ai/dsh-skill": "workspace:^",
- "@deepseek-ai/cordis": "workspace:^"
- }
- }
|