@prismatic-io/spectral
Version:
Utility library for building Prismatic connectors and code-native integrations
76 lines (75 loc) • 2.15 kB
JSON
{
"name": "@prismatic-io/spectral",
"version": "10.5.15",
"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"
},
"bugs": {
"url": "https://github.com/prismatic-io/spectral"
},
"repository": {
"type": "git",
"url": "https://github.com/prismatic-io/spectral.git"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"license": "MIT",
"scripts": {
"clean": "rm -rf dist",
"build": "yarn run format && yarn run lint && yarn run clean && tsc",
"build:templates": "copyfiles --error -u 1 src/**/templates/**/*.ejs dist",
"dev": "tsc -w",
"postbuild": "yarn run build:templates",
"prepack": "yarn run build",
"lint": "biome lint .",
"lint-fix": "biome lint --apply-unsafe .",
"format": "yarn run lint-fix && biome format --write .",
"check-format": "biome format .",
"check": "yarn run check-format && yarn run lint",
"test": "jest"
},
"files": ["dist/"],
"dependencies": {
"axios": "1.8.3",
"axios-retry": "4.5.0",
"date-fns": "2.30.0",
"ejs": "^3.1.10",
"form-data": "4.0.4",
"fs-extra": "^11.2.0",
"jest-mock": "29.7.0",
"lodash": "4.17.21",
"object-sizeof": "^2.6.4",
"prettier": "2.6.2",
"safe-stable-stringify": "2.3.1",
"serialize-error": "8.1.0",
"url-join": "5.0.0",
"uuid": "8.3.2",
"valid-url": "1.0.9",
"yaml": "2.3.4"
},
"devDependencies": {
"@biomejs/biome": "1.6.3",
"@types/ejs": "3.1.5",
"@types/fs-extra": "11.0.4",
"@types/jest": "29.5.12",
"@types/lodash": "4.17.0",
"@types/node": "14.14.35",
"@types/prettier": "2.6.2",
"@types/sax": "1.2.4",
"@types/url-join": "4.0.1",
"@types/uuid": "8.3.4",
"@types/valid-url": "1.0.3",
"copyfiles": "2.4.1",
"fast-check": "2.16.0",
"jest": "29.7.0",
"ts-jest": "29.1.2",
"typescript": "5.5.3"
}
}