UNPKG

@pactstech/react-components

Version:

pacts react components

43 lines (42 loc) 900 B
{ "name": "@pactstech/react-components", "version": "1.8.3", "description": "pacts react components", "keywords": [ "pacts", "react", "crypto", "pactstech" ], "author": "Jake Breindel", "homepage": "", "license": "MIT", "main": "dist/index.js", "module": "dist/index.js", "types": "dist/types/index.d.ts", "directories": { "lib": "lib", "test": "__tests__" }, "files": [ "dist" ], "publishConfig": { "access": "restricted" }, "scripts": { "test": "node ./__tests__/react-library.test.js", "build": "npm run tsc", "tsc": "tsc -p . --outDir ./dist" }, "dependencies": { "@pactstech/stencil-components": "^1.8.3" }, "devDependencies": { "@types/react": "^18.2.79", "react": "^18.2.0", "react-dom": "^18.2.0", "typescript": "^5.4.5" }, "gitHead": "3ea056680a5048e227db949a9aa10696c3cd0031" }