fuji-recipes
Version:
A library to extract film simulation data from EXIF
51 lines • 1.2 kB
JSON
{
"name": "fuji-recipes",
"version": "1.0.2",
"description": "A library to extract film simulation data from EXIF",
"author": "cuvii <i@cuvii.dev>",
"license": "MIT",
"homepage": "https://github.com/thecuvii/fuji-recipes#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/thecuvii/fuji-recipes.git"
},
"bugs": "https://github.com/thecuvii/fuji-recipes/issues",
"keywords": [
"fuji",
"makernote",
"fujifilm",
"exif",
"film simulation"
],
"sideEffects": false,
"exports": {
".": "./dist/index.mjs"
},
"module": "./dist/index.mjs",
"types": "./dist/index.d.mts",
"files": [
"dist"
],
"dependencies": {
"buffer": "^6.0.3"
},
"devDependencies": {
"@antfu/eslint-config": "^4.13.2",
"@types/node": "^22.15.21",
"bumpp": "^10.1.1",
"bunchee": "^6.5.2",
"eslint": "^9.27.0",
"exifr": "^7.1.3",
"lint-staged": "^16.0.0",
"simple-git-hooks": "^2.13.0",
"tsx": "^4.19.4",
"typescript": "^5.8.3",
"vitest": "^3.1.4"
},
"scripts": {
"test": "vitest",
"build": "bunchee",
"play": "tsx playground/index.ts",
"release": "bumpp && pnpm publish"
}
}