rezilient.js
Version:
Rezilient.js - Revolutionary offline-first framework with AI-awareness, principle-driven development, carbon-conscious computing, and self-healing capabilities
90 lines (89 loc) • 2.43 kB
JSON
{
"name": "rezilient.js",
"version": "2.3.0",
"description": "Rezilient.js - Revolutionary offline-first framework with AI-awareness, principle-driven development, carbon-conscious computing, and self-healing capabilities",
"type": "module",
"main": "dist/rezilient.cjs.js",
"module": "dist/rezilient.esm.js",
"browser": "dist/rezilient.umd.js",
"types": "types/index.d.ts",
"types": "types/index.d.ts",
"exports": {
".": {
"import": "./dist/rezilient.esm.js",
"require": "./dist/rezilient.cjs.js",
"types": "./types/index.d.ts"
},
"./core": {
"import": "./src/core/index.js",
"types": "./types/core/index.d.ts"
},
"./hooks": {
"import": "./src/hooks/index.js",
"types": "./types/hooks/index.d.ts"
}
},
"files": [
"dist",
"types",
"src"
],
"scripts": {
"build": "rollup -c",
"build:types": "node scripts/generate-types.js",
"test": "jest",
"test:ci": "jest --ci --coverage --watchAll=false",
"test:coverage": "jest --coverage",
"test:watch": "jest --watch",
"dev": "rollup -c -w",
"lint": "eslint src/**/*.js",
"lint:fix": "eslint src/**/*.js --fix",
"prepare": "npm run build",
"prepublishOnly": "npm run test:ci && npm run build",
"publish:npm": "npm publish --access public",
"docs": "jsdoc -c jsdoc.conf.json",
"benchmark": "node benchmarks/performance.js",
"demo": "node examples/demo.js"
},
"keywords": [
"framework",
"javascript",
"offline-first",
"carbon-aware",
"ai-aware",
"principle-driven",
"self-healing",
"quantum-ready",
"bias-detection",
"accessibility-first",
"sync",
"resilient",
"state-management",
"react",
"progressive-web-app",
"production-ready",
"revolutionary",
"sustainability",
"green-software",
"ethical-ai"
],
"author": "Aether Framework Team",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.28.0",
"@babel/preset-env": "^7.28.0",
"@rollup/plugin-commonjs": "^28.0.6",
"@rollup/plugin-node-resolve": "^16.0.1",
"fake-indexeddb": "^6.0.1",
"jest": "^30.0.5",
"jest-environment-jsdom": "^30.0.5",
"jsdom": "^26.1.0",
"rollup": "^2.79.2",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-terser": "^7.0.2",
"terser": "^5.43.1"
},
"dependencies": {
"idb-keyval": "^6.2.2"
}
}