UNPKG

@replygirl/vanity

Version:

simple, reactive state management for any framework using @vue/reactivity

87 lines (86 loc) 1.74 kB
{ "name": "@replygirl/vanity", "version": "1.0.0-beta.2", "description": "simple, reactive state management for any framework using @vue/reactivity", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "test": "nyc ts-mocha", "watch": "tsc -w" }, "repository": { "type": "git", "url": "https://github.com/replygirl/vanity.git" }, "keywords": [ "vue", "vuex", "composition", "composable", "svelte", "react", "hooks", "angular", "reactive", "reactivity", "state management", "service", "functional", "persisted", "persistent", "localstorage", "local stoage" ], "author": { "name": "replygirl", "email": "moon@moon.fyi" }, "license": "ISC", "bugs": { "url": "https://github.com/replygirl/vanity/issues" }, "homepage": "https://github.com/replygirl/vanity#readme", "dependencies": { "@vue/reactivity": "^3.0.6", "rfdc": "^1.2.0" }, "devDependencies": { "@types/mocha": "^8", "@types/node": "^14.14.31", "@types/rfdc": "^1.1.0", "@types/source-map-support": "^0", "dictionary-types": "^1.2.0", "eslint": "^7.21.0", "eslint-config-ktsn-vue": "^2.1.0", "eslint-plugin-import": "^2.22.1", "mocha": "^8.2.1", "nyc": "^15.1.0", "prettier": "^2.2.1", "source-map-support": "^0.5.19", "ts-mocha": "^8.0.0", "ts-node": "^9.1.1", "typescript": "^4.2.2" }, "engines": { "node": ">=12.x" }, "files": [ "dist/**/*" ], "nyc": { "extension": [ ".ts" ], "include": [ "src" ], "exclude": [ "**/*.d.ts" ], "reporter": [ "lcov" ], "all": true } }