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