mirror of
https://github.com/kettek/png-js
synced 2025-03-14 06:24:30 -07:00
Bumps [json5](https://github.com/json5/json5) to 2.2.3 and updates ancestor dependency [rollup-plugin-babel](https://github.com/rollup/rollup-plugin-babel). These dependencies need to be updated together. Updates `json5` from 0.5.1 to 2.2.3 - [Release notes](https://github.com/json5/json5/releases) - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md) - [Commits](https://github.com/json5/json5/compare/v0.5.1...v2.2.3) Updates `rollup-plugin-babel` from 2.7.1 to 4.4.0 - [Release notes](https://github.com/rollup/rollup-plugin-babel/releases) - [Changelog](https://github.com/rollup/rollup-plugin-babel/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup-plugin-babel/compare/v2.7.1...v4.4.0) --- updated-dependencies: - dependency-name: json5 dependency-type: indirect - dependency-name: rollup-plugin-babel dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
34 lines
895 B
JSON
34 lines
895 B
JSON
{
|
|
"name": "png-js-palettized",
|
|
"description": "A PNG decoder that supports palette manipulation.",
|
|
"version": "1.2.1",
|
|
"main": "dist/png-js.cjs.js",
|
|
"module": "dist/png-js.es.js",
|
|
"repository": "github:kettek/png-js",
|
|
"browser": {
|
|
"./dist/png-js.es.js": "./dist/png-js.browser.es.js",
|
|
"./dist/png-js.cjs.js": "./dist/png-js.browser.cjs.js"
|
|
},
|
|
"author": {
|
|
"name": "Ketchetwahmeegwun T. Southall",
|
|
"email": "kts@kettek.net",
|
|
"url": "https://kettek.net/"
|
|
},
|
|
"scripts": {
|
|
"build": "rollup -c",
|
|
"prepublish": "npm run build"
|
|
},
|
|
"devDependencies": {
|
|
"babel-plugin-external-helpers": "^6.22.0",
|
|
"babel-preset-es2015": "^6.24.1",
|
|
"rollup": "^0.52.2",
|
|
"rollup-plugin-babel": "^4.4.0",
|
|
"rollup-plugin-ignore": "^1.0.3",
|
|
"rollup-plugin-replace": "^1.1.1",
|
|
"rollup-plugin-uglify": "^3.0.0"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
]
|
|
}
|