Files
tiny-forge/web/node_modules/sade/package.json
T
alexei.dolgolyov f0b52c6ab7 chore: fix build dependencies and frontend config
- Bump Docker SDK, downgrade otel deps for Go 1.24 compatibility
- Fix duplicate i18n import in InstanceCard
- Fix SvelteKit prerender/strict config for SPA build
- Update Dockerfile with GOTOOLCHAIN=auto
- Generate package-lock.json and go.sum

WIP: still resolving Go 1.24 vs otel transitive dep versions
2026-03-28 00:38:18 +03:00

46 lines
820 B
JSON

{
"name": "sade",
"version": "1.8.1",
"description": "Smooth (CLI) operator 🎶",
"repository": "lukeed/sade",
"module": "lib/index.mjs",
"main": "lib/index.js",
"types": "index.d.ts",
"license": "MIT",
"files": [
"*.d.ts",
"lib"
],
"author": {
"name": "Luke Edwards",
"email": "luke.edwards05@gmail.com",
"url": "https://lukeed.com"
},
"scripts": {
"build": "rollup -c",
"test": "tape -r esm test/*.js | tap-spec"
},
"dependencies": {
"mri": "^1.1.0"
},
"engines": {
"node": ">=6"
},
"keywords": [
"cli",
"cli-app",
"commander",
"arguments",
"parser",
"yargs",
"argv"
],
"devDependencies": {
"esm": "3.2.25",
"rollup": "1.32.1",
"tap-spec": "4.1.2",
"tape": "4.14.0",
"terser": "4.8.0"
}
}