@withstudiocms/internal_helpers
Version:
Internal helper utilities for StudioCMS
81 lines • 2.02 kB
JSON
{
"name": "@withstudiocms/internal_helpers",
"version": "0.1.0-beta.2",
"description": "Internal helper utilities for StudioCMS",
"author": {
"name": "withstudiocms",
"url": "https://studiocms.dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/withstudiocms/studiocms.git",
"directory": "packages/@withstudiocms/internal_helpers"
},
"contributors": [
"Adammatthiesen",
"jdtjenkins",
"dreyfus92",
"code.spirit"
],
"license": "MIT",
"keywords": [
"astro-studiocms",
"cms",
"studiocms"
],
"homepage": "https://studiocms.dev",
"publishConfig": {
"access": "public",
"provenance": true
},
"sideEffects": false,
"files": [
"dist"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"./utils": {
"types": "./dist/utils/index.d.ts",
"default": "./dist/utils/index.js"
},
"./astro-integration": {
"types": "./dist/astro-integration/index.d.ts",
"default": "./dist/astro-integration/index.js"
},
"./pathGenerators": {
"types": "./dist/pathGenerators.d.ts",
"default": "./dist/pathGenerators.js"
},
"./urlGenFactory": {
"types": "./dist/urlGenFactory.d.ts",
"default": "./dist/urlGenFactory.js"
},
"./headConfigSchema": {
"types": "./dist/headConfigSchema.d.ts",
"default": "./dist/headConfigSchema.js"
}
},
"type": "module",
"dependencies": {
"astro-integration-kit": "^0.19.0",
"mdast-util-from-markdown": "^2.0.2",
"mdast-util-to-string": "^4.0.0",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@types/mdast": "^4.0.4",
"@types/node": "^22.0.0"
},
"peerDependencies": {
"astro": "^5.12.9"
},
"scripts": {
"build": "buildkit build 'src/**/*.{ts,astro,css,json,png}'",
"dev": "buildkit dev 'src/**/*.{ts,astro,css,json,png}'",
"test": "vitest",
"typecheck": "tspc -p tsconfig.tspc.json"
}
}