68 lines
1.6 KiB
JSON
68 lines
1.6 KiB
JSON
{
|
|
"name": "@jimp/js-tiff",
|
|
"version": "1.6.0",
|
|
"repository": "jimp-dev/jimp",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint .",
|
|
"test": "vitest",
|
|
"test:browser": "vitest --config vitest.config.browser.mjs",
|
|
"build": "tshy",
|
|
"dev": "tshy --watch",
|
|
"clean": "rm -rf node_modules .tshy .tshy-build dist .turbo"
|
|
},
|
|
"author": "Andrew Lisowski <lisowski54@gmail.com>",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@jimp/config-eslint": "1.6.0",
|
|
"@jimp/config-typescript": "1.6.0",
|
|
"@jimp/config-vitest": "1.6.0",
|
|
"@jimp/test-utils": "1.6.0",
|
|
"@types/node": "^18.19.48",
|
|
"@vitest/browser": "^2.0.5",
|
|
"eslint": "^9.9.1",
|
|
"tshy": "^3.0.2",
|
|
"typescript": "^5.5.4",
|
|
"vite-plugin-node-polyfills": "^0.22.0",
|
|
"vitest": "^2.0.5"
|
|
},
|
|
"tshy": {
|
|
"exclude": [
|
|
"**/*.test.ts"
|
|
],
|
|
"exports": {
|
|
"./package.json": "./package.json",
|
|
".": "./src/index.ts"
|
|
}
|
|
},
|
|
"exports": {
|
|
"./package.json": "./package.json",
|
|
".": {
|
|
"import": {
|
|
"types": "./dist/esm/index.d.ts",
|
|
"default": "./dist/esm/index.js"
|
|
},
|
|
"require": {
|
|
"types": "./dist/commonjs/index.d.ts",
|
|
"default": "./dist/commonjs/index.js"
|
|
}
|
|
}
|
|
},
|
|
"main": "./dist/commonjs/index.js",
|
|
"types": "./dist/commonjs/index.d.ts",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@jimp/core": "1.6.0",
|
|
"@jimp/types": "1.6.0",
|
|
"utif2": "^4.1.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"sideEffects": false,
|
|
"module": "./dist/esm/index.js",
|
|
"gitHead": "c88abe6046dccbdb6e4f5f00c3dd403c81d83515"
|
|
}
|