{
	"name": "@ctx-core/nanostores",
	"version": "10.0.159",
	"description": "ctx-core nanostores",
	"keywords": [
		"ctx-core",
		"nanostores",
		"pnpm"
	],
	"homepage": "https://github.com/ctx-core/nanostores#readme",
	"bugs": {
		"url": "https://github.com/ctx-core/nanostores/issues"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/ctx-core/nanostores.git"
	},
	"license": "Apache-2.0",
	"author": {
		"name": "Brian Takita",
		"url": "https://briantakita.me",
		"email": "info+ctx-core-nanostores@briantakita.me"
	},
	"type": "module",
	"files": [
		"*.d.ts",
		"*.js",
		"*.json",
		"_nanostores",
		"_types",
		"atom",
		"atom_pair",
		"be_atom_triple",
		"be_computed_pair",
		"computed",
		"computed__set_a",
		"computed__set_o",
		"computed_set_a",
		"computed_set_o",
		"listen_change",
		"listen_once",
		"listen_prev",
		"neq_atom",
		"neql_atom",
		"readable_fn",
		"setter_computed",
		"subscribe_wait",
		"subscribe_wait_timeout",
		"writable_atom___mix"
	],
	"types": "./index.d.ts",
	"exports": {
		".": "./index.js",
		"./package.json": "./package.json"
	},
	"scripts": {
		"build": ":",
		"clean": ":",
		"exec": "$@",
		"prepublishOnly": "bun run clean && bun run build && bun run test && publint && attw --pack --ignore-rules cjs-resolves-to-esm",
		"test": "bun run test:types && bun run test:unit",
		"test:types": "tsc --noEmit",
		"test:unit": "tsx node_modules/uvu/bin.js . '\\.test\\.(ts|js)$'",
		"disable:test:unit:coverage": "c8 bun run test:unit"
	},
	"dependencies": {
		"ctx-core": "*",
		"nanostores": "github:btakita/nanostores#9f42323d8ddfa65a76851085f6a46a5e2fa51f1e"
	},
	"devDependencies": {
		"@sinonjs/fake-timers": "^15.1.1",
		"@types/sinonjs__fake-timers": "^15.0.1",
		"c8": "^11.0.0",
		"eslint": "^10.0.2",
		"tsx": "^4.21.0",
		"typescript": "^5.9.3",
		"uvu": "^0.5.6"
	},
	"publishConfig": {
		"access": "public"
	},
	"sideEffects": false
}
