@callstack/react-native-legal-shared
Version:
Shared code for all packages
68 lines (67 loc) • 1.69 kB
JSON
{
"name": "@callstack/react-native-legal-shared",
"version": "0.2.0",
"description": "Shared code for all packages",
"main": "build/index",
"module": "build/index",
"types": "build/index.d.ts",
"exports": {
".": {
"source": "./src/index.ts",
"types": "./build/index.d.ts",
"default": "./build/index.js"
},
"./package.json": "./package.json"
},
"files": [
"src",
"build",
"!**/__tests__",
"!**/__fixtures__",
"!**/__mocks__",
"!**/.*"
],
"scripts": {
"test": "jest",
"typecheck": "tsc",
"lint": "eslint \"**/*.{js,ts,tsx}\"",
"clean": "rimraf build",
"build": "tsc -p tsconfig.json",
"dev": "tsc --watch -p tsconfig.json"
},
"keywords": [
"nodejs",
"oss",
"license",
"acknowledgements",
"license-management"
],
"repository": {
"type": "git",
"url": "git+https://github.com/callstackincubator/react-native-legal.git",
"directory": "packages/shared"
},
"author": "Mateusz Mędrek <luigimario1913@gmail.com> (https://github.com/mateusz1913)",
"license": "MIT",
"bugs": {
"url": "https://github.com/callstackincubator/react-native-legal.git/issues"
},
"homepage": "https://callstackincubator.github.io/react-native-legal/",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"glob": "^7.1.3"
},
"devDependencies": {
"@babel/core": "7.27.4",
"@babel/preset-env": "7.27.2",
"@babel/preset-typescript": "7.27.1",
"@types/glob": "^8.1.0",
"@types/jest": "^29.5.5",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"rimraf": "^6.0.1",
"typescript": "^5.8.3"
}
}