UNPKG

@ecl/ecl-webcomponents-react

Version:
55 lines (54 loc) 1.29 kB
{ "name": "@ecl/ecl-webcomponents-react", "version": "0.15.1", "description": "ECL react app", "main": "lib/index.ts", "module": "dist/index.js", "types": "dist/types/index.d.ts", "keywords": [ "webcomponents", "europa", "component", "library", "react" ], "author": "planctus <davidepuntoferrante@gmail.com>", "homepage": "https://github.com/ec-europa/ecl-webcomponents", "license": "EUPL-1.2", "directories": { "lib": "lib", "test": "__tests__", "scripts": "scripts" }, "files": [ "dist" ], "publishConfig": { "access": "public" }, "dependencies": { "@ecl/ecl-webcomponents": "0.15.1" }, "devDependencies": { "@types/react": "18.2.48", "react": "18.2.0", "react-dom": "18.2.0", "rimraf": "5.0.5", "typescript": "5.3.3" }, "repository": { "type": "git", "url": "git+https://github.com/ec-europa/ecl-webcomponents.git" }, "scripts": { "clean": "rimraf dist", "test": "node ./__tests__/react-library.test.js", "build": "npm run clean && npm run tsc", "tsc": "tsc -p .", "pre-publish": "npm run build" }, "bugs": { "url": "https://github.com/ec-europa/ecl-webcomponents/issues" }, "gitHead": "e38a59cb16b0f00b9c88f568950147714c125f9a" }