@vtex/fsp-config
Version:
Configuration of fsp
43 lines (42 loc) • 992 B
JSON
{
"name": "@vtex/fsp-config",
"description": "Configuration of fsp",
"version": "0.3.58",
"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",
"vitest": "^2.0.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": "ccbc3ba5e2671ce5e93ae0b3e3ef7dbea2f9603b"
}