@prismatic-io/spectral
Version:
Utility library for building Prismatic connectors and code-native integrations
76 lines (75 loc) • 2.04 kB
JSON
{
"name": "@prismatic-io/spectral",
"version": "10.18.6",
"description": "Utility library for building Prismatic connectors and code-native integrations",
"keywords": [
"prismatic"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"homepage": "https://prismatic.io",
"bin": {
"component-manifest": "bin/component-manifest.js",
"cni-component-manifest": "bin/cni-component-manifest.js"
},
"bugs": {
"url": "https://github.com/prismatic-io/spectral"
},
"repository": {
"type": "git",
"url": "git+https://github.com/prismatic-io/spectral.git"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"license": "MIT",
"scripts": {
"clean": "rm -rf dist",
"build": "bun run format && bun run clean && tsc",
"build:templates": "copyfiles --error -u 1 src/**/templates/**/*.ejs dist",
"dev": "tsc -w",
"postbuild": "bun run build:templates",
"prepack": "bun run build",
"lint": "biome lint .",
"format": "biome check --write --unsafe .",
"check": "biome check .",
"test": "vitest run",
"test:watch": "vitest",
"test:ui": "vitest --ui"
},
"files": [
"dist/"
],
"dependencies": {
"axios": "^1.16.1",
"axios-retry": "^4.5.0",
"date-fns": "^4.1.0",
"ejs": "^5.0.2",
"form-data": "^4.0.5",
"fs-extra": "^11.3.5",
"jest-mock": "^30.4.1",
"lodash": "^4.18.1",
"object-sizeof": "^2.6.4",
"prettier": "^3.8.3",
"safe-stable-stringify": "^2.5.0",
"valid-url": "1.0.9",
"yaml": "^2.9.0"
},
"devDependencies": {
"@biomejs/biome": "^2.4.15",
"@fast-check/vitest": "^0.4.1",
"@types/ejs": "3.1.5",
"@types/fs-extra": "11.0.4",
"@types/lodash": "^4.17.24",
"@types/node": "^25.7.0",
"@types/prettier": "^3.0.0",
"@types/sax": "^1.2.7",
"@types/valid-url": "^1.0.7",
"@vitest/ui": "^4.1.6",
"copyfiles": "2.4.1",
"fast-check": "^4.8.0",
"typescript": "6.0.3",
"vitest": "^4.1.6"
}
}