UNPKG

@breeffy/invariants

Version:
37 lines (36 loc) 1.05 kB
{ "name": "@breeffy/invariants", "version": "0.9.0", "description": "Assertion TypeScript functions", "main": "lib/index.js", "types": "lib/index.d.ts", "devmode": "src/index.ts", "author": "Victor Malov <victor.malov@breeffy.com> (https://github.com/likern)", "repository": "https://github.com/breeffy/react-native-monorepo", "license": "Apache-2.0", "bugs": { "url": "https://github.com/breeffy/react-native-monorepo/issues" }, "homepage": "https://github.com/breeffy/react-native-monorepo#readme", "files": [ "lib" ], "scripts": { "dev": "tsc --build --watch --preserveWatchOutput ./tsconfig.dev.json", "build": "tsc -b", "clean:tsc": "rm -rf ./lib && rm -f tsconfig.tsbuildinfo", "clean:npm": "rm -rf ./node_modules", "clean:all": "yarn run clean:tsc && yarn run clean:npm" }, "publishConfig": { "access": "public" }, "keywords": [ "breeffy", "react-native", "android", "invariant", "assert" ], "gitHead": "2c5309935efcf5278d6c8be23eb5930c436363f3" }