png-chunks-extractor
Version:
Basic PNG chunks extractor
37 lines (36 loc) • 833 B
JSON
{
"name": "png-chunks-extractor",
"description": "Basic PNG chunks extractor",
"version": "2.0.0",
"author": "MrWormy <mrwormy.dev@protonmail.com>",
"license": "MPL-2.0",
"repository": "github:MrWormy/png-chunks-extractor",
"homepage": "https://github.com/MrWormy/png-chunks-extractor#readme",
"bugs": "https://github.com/MrWormy/png-chunks-extractor/issues",
"keywords": [
"PNG",
"Chunks",
"Parser",
"CRC"
],
"engines": {
"node": ">=16"
},
"files": [
"LICENSE",
"README.md",
"index.js",
"index.cjs",
"lib/"
],
"exports": {
"import": "./index.js",
"require": "./index.cjs",
"default": "./index.js"
},
"type": "module",
"scripts": {
"test": "node --test test/",
"doc": "jsdoc -c jsdoc-conf.json"
}
}