UNPKG

@base-framework/organisms

Version:

This will add default organisms to the base framework.

50 lines (49 loc) 1.06 kB
{ "name": "@base-framework/organisms", "version": "1.0.135", "description": "This will add default organisms to the base framework.", "main": "./dist/organisms.js", "scripts": { "build": "node ./esbuild.js && tsc", "prepublishOnly": "node ./esbuild.js" }, "type": "module", "keywords": [ "JavaScript", "Framework", "Base", "ES6", "Organisms" ], "author": "Chris Durfee", "license": "ISC", "repository": { "type": "git", "url": "git+https://github.com/chrisdurfee/organisms.git" }, "bugs": { "url": "https://github.com/chrisdurfee/organisms/issues" }, "devDependencies": { "esbuild": "^0.25.0", "typescript": "^5.4.2" }, "dependencies": { "@base-framework/atoms": "^1.0.38", "@base-framework/base": "^3.0.224" }, "types": "dist/types/organisms.d.ts", "files": [ "package.json", "readme.md", "dist" ], "exports": { "./package.json": "./package.json", ".": { "import": "./dist/organisms.js", "require": "./dist/organisms.js" } }, "homepage": "https://github.com/chrisdurfee/organisms#readme" }