UNPKG

@vtex/fsp-config

Version:

Configuration of fsp

42 lines (41 loc) 968 B
{ "name": "@vtex/fsp-config", "description": "Configuration of fsp", "version": "0.3.34", "author": "VTEX", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org" }, "license": "UNLICENSED", "main": "dist/index.js", "types": "dist/index.d.ts", "type": "module", "dependencies": { "c12": "1.11.2" }, "devDependencies": { "@types/node": "^18", "json-schema-to-typescript": "^15.0.2", "typescript": "~5.3" }, "engines": { "node": ">=18.0.0" }, "files": [ "/dist", "./faststore.schema.json" ], "keywords": [ "config", "faststore", "VTEX" ], "scripts": { "build": "pnpm run generate-schema-types && tsup", "dev": "tsup --watch", "test": "vitest", "generate-schema-types": "json2ts ./faststore.schema.json > src/generated-types.ts && biome check --write ./src/generated-types.ts" }, "gitHead": "5c7b5e52df31f72799d22438b324b2a21783b4da" }