@toast-studios/asset-manager
Version:
A React Native asset management library with intelligent caching and loading strategies
64 lines (63 loc) • 1.81 kB
JSON
{
"name": "@toast-studios/asset-manager",
"version": "1.2.0",
"description": "A React Native asset management library with intelligent caching and loading strategies",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"build:watch": "tsc --watch",
"clean": "rm -rf dist dist-obfuscated",
"prepare": "npm run build",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"lint": "eslint src/**/*.ts --ext .ts,.tsx",
"lint:fix": "eslint src/**/*.ts --ext .ts,.tsx --fix",
"format": "prettier --write \"src/**/*.{ts,tsx,js,jsx,json,md}\"",
"format:check": "prettier --check \"src/**/*.{ts,tsx,js,jsx,json,md}\"",
"pack:protected": "node scripts/pack-protected.js"
},
"keywords": [
"react-native",
"asset-management",
"caching",
"download",
"storage",
"cricket"
],
"author": "Toast Team",
"license": "Commercial",
"files": [
"dist",
"README.md",
"LICENSE"
],
"peerDependencies": {
"@react-native-async-storage/async-storage": ">=1.0.0",
"@react-native-community/netinfo": ">=6.0.0",
"react-native": ">=0.60.0",
"react-native-device-info": ">=8.0.0",
"react-native-fs": ">=2.0.0"
},
"devDependencies": {
"@types/jest": "^29.5.0",
"@types/node": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.0.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.3",
"jest": "^29.0.0",
"prettier": "^3.6.2",
"ts-jest": "^29.1.0",
"typescript": "^4.8.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/toast/toast-asset-manager.git"
},
"engines": {
"node": ">=16"
}
}