UNPKG

@modular-component/default

Version:

Sensible defaults for the ModularComponent system

40 lines (39 loc) 1.02 kB
{ "name": "@modular-component/default", "description": "Sensible defaults for the ModularComponent system", "keywords": [ "React", "Modular", "Factory", "Default", "Lifecycle" ], "version": "0.2.3", "type": "module", "license": "MIT", "publishConfig": { "access": "public" }, "files": [ "src", "dist", "CHANGELOG.md" ], "scripts": { "build": "yarn build:with-default-props && yarn build:with-lifecycle && yarn build:self", "build:with-default-props": "yarn workspace @modular-component/with-default-props build", "build:with-lifecycle": "yarn workspace @modular-component/with-lifecycle build", "build:self": "tsc", "license": "cp ../../LICENSE ./LICENSE" }, "dependencies": { "@modular-component/core": "0.2.3", "@modular-component/with-default-props": "0.2.3", "@modular-component/with-lifecycle": "0.2.3" }, "devDependencies": { "typescript": "^5.2.2" }, "main": "dist/index.js", "types": "dist/index.d.ts" }