kura-expo-fs
Version:
The FileSystem API abstraction library, Expo Filesystem Plugin
75 lines (74 loc) • 1.6 kB
JSON
{
"name": "kura-expo-fs",
"version": "0.4.20",
"description": "The FileSystem API abstraction library, Expo Filesystem Plugin",
"author": "Yoshihiro Seki",
"license": "MIT",
"homepage": "https://github.com/nikochan2k/kura-expo-fs",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"typings": "lib/index.d.ts",
"files": [
"lib",
"src"
],
"keywords": [
"kura",
"FileSystem",
"storage",
"Expo"
],
"repository": {
"type": "git",
"url": "https://github.com/nikochan2k/kura-expo-fs.git"
},
"scripts": {
"clean": "rimraf ./lib",
"compile": "tsc",
"build": "npm-run-all clean compile",
"npm-version": "npm version patch",
"npm-publish": "npm publish",
"release": "npm-run-all build npm-version npm-publish",
"test": "jest --runInBand"
},
"jest": {
"moduleFileExtensions": [
"js",
"ts",
"tsx"
],
"preset": "jest-expo",
"testMatch": [
"<rootDir>/src/__tests__/*.spec.+(ts|tsx|js)"
]
},
"babel": {
"presets": [
"babel-preset-expo"
],
"env": {
"development": {
"plugins": [
"transform-react-jsx-source"
]
}
}
},
"devDependencies": {
"@types/jest": "^26.0.24",
"@types/node": "^16.10.5",
"expo-file-system": "^15.1.1",
"jest": "^26.6.3",
"kura": "^0.4.73",
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2",
"typescript": "^4.3.5"
},
"optionalDependencies": {
"expo-file-system": "^15.1.1",
"kura": "^0.4.51"
},
"dependencies": {
"ts-jest": "^26.5.6"
}
}