UNPKG

acv-tonecurve

Version:
39 lines (38 loc) 996 B
{ "name": "acv-tonecurve", "version": "1.0.1", "description": "Reads Photoshop acv files.", "main": "index.js", "scripts": { "build": "tsc --build", "clean": "tsc --build --clean", "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/Nagi-Fuyumi/acv-tonecurve.git" }, "keywords": [ "photoshop", "acv", "tonecurve" ], "author": "Nagi Fuyumi <info@stellarcapital.jp> (https://twitter.com/pote_pote_salad)", "license": "MIT", "bugs": { "url": "https://github.com/Nagi-Fuyumi/acv-tonecurve/issues" }, "homepage": "https://github.com/Nagi-Fuyumi/acv-tonecurve#readme", "devDependencies": { "@types/jest": "^27.4.1", "@types/node": "^17.0.29", "canvas": "github:Rush/node-canvas#v2.9.0-patched", "jest": "^27.5.1", "ts-jest": "^27.1.4", "ts-node": "^10.7.0", "typescript": "^4.6.3" }, "dependencies": { "fs": "^0.0.1-security" } }