@breeffy/types
Version:
Useful Typescript types
39 lines (38 loc) • 1.08 kB
JSON
{
"name": "@breeffy/types",
"version": "0.9.0",
"description": "Useful Typescript types",
"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",
"types"
],
"devDependencies": {
"@types/react": "^17.0.33"
},
"gitHead": "2c5309935efcf5278d6c8be23eb5930c436363f3"
}