UNPKG

theme-services-integration

Version:

Helpers for translate the EveryMundo Theme

66 lines (65 loc) 1.83 kB
{ "name": "theme-services-integration", "version": "0.0.9", "description": "Helpers for translate the EveryMundo Theme", "exports": { ".": { "import": { "types": "./lib/esm/types/index.d.ts", "default": "./lib/esm/index.mjs" }, "require": { "types": "./lib/cjs/types/index.d.ts", "default": "./lib/cjs/index.js" } } }, "types": "./lib/cjs/types/index.d.ts", "main": "./lib/cjs/index.js", "files": [ "lib/**/*" ], "scripts": { "clean": "rm -rf ./lib", "build": "npm run clean && npm run build:esm && npm run build:cjs", "build-vacations": "npm run clean && npm run build:esm && npm run build:cjs && cp -R lib/ ../airmodules-vertical-booking-popup/node_modules/theme-services-integration/lib/", "build:esm": "tsc -p ./config/tsconfig.esm.json && mv lib/esm/index.js lib/esm/index.mjs", "build:cjs": "tsc -p ./config/tsconfig.cjs.json", "test": "mocha", "semantic-release": "semantic-release", "prepack": "npm run build" }, "release": { "branches": [ "main" ] }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://gitlab.com/front10-devs/theme-service-integration.git" }, "keywords": [ "helpers", "front10", "everymundo-theme" ], "author": "Jorge Luis Suárez Falcón", "license": "MIT", "bugs": { "url": "https://gitlab.com/front10-devs/theme-service-integration/issues" }, "homepage": "https://gitlab.com/front10-devs/theme-service-integration#readme", "devDependencies": { "@types/chai": "^4.3.3", "@types/mocha": "^9.1.1", "chai": "^4.3.6", "mocha": "^10.0.0", "prettier": "^3.3.2", "semantic-release": "^19.0.3", "ts-node": "^10.9.1", "typescript": "^4.7.4" } }