forked from external-repos/squoosh
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "@squoosh/lib",
|
|
"version": "0.5.2",
|
|
"description": "A Node library for Squoosh",
|
|
"public": true,
|
|
"main": "./build/index.js",
|
|
"types": "./build/index.d.ts",
|
|
"files": [
|
|
"/build/*"
|
|
],
|
|
"scripts": {
|
|
"build": "rollup -c && node lib/move-d-ts.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "Google Chrome Developers <chromium-dev@google.com>",
|
|
"homepage": "https://github.com/GoogleChromeLabs/squoosh",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/GoogleChromeLabs/squoosh.git"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": " ^12.5.0 || ^14.0.0 || ^16.0.0 "
|
|
},
|
|
"dependencies": {
|
|
"wasm-feature-detect": "^1.2.11",
|
|
"web-streams-polyfill": "^3.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.14.0",
|
|
"@babel/preset-env": "^7.14.0",
|
|
"@rollup/plugin-babel": "^5.3.0",
|
|
"@rollup/plugin-commonjs": "^18.0.0",
|
|
"@rollup/plugin-node-resolve": "^11.2.1",
|
|
"@types/node": "^15.6.1",
|
|
"rollup": "^2.46.0",
|
|
"rollup-plugin-terser": "^7.0.2",
|
|
"typescript": "^4.1.3",
|
|
"which": "^2.0.2"
|
|
}
|
|
}
|