Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
MR414N-ID
GitHub Repository: MR414N-ID/botku2
Path: blob/master/node_modules/@jimp/gif/package.json
1126 views
1
{
2
"name": "@jimp/gif",
3
"version": "0.16.1",
4
"description": "Default Jimp gif encoder/decoder.",
5
"main": "dist/index.js",
6
"module": "es/index.js",
7
"types": "index.d.ts",
8
"scripts": {
9
"build": "npm run build:node:production && npm run build:module",
10
"build:watch": "npm run build:node:debug -- -- --watch --verbose",
11
"build:debug": "npm run build:node:debug",
12
"build:module": "cross-env BABEL_ENV=module babel src -d es --source-maps --config-file ../../babel.config.js",
13
"build:node": "babel src -d dist --source-maps --config-file ../../babel.config.js",
14
"build:node:debug": "cross-env BABEL_ENV=development npm run build:node",
15
"build:node:production": "cross-env BABEL_ENV=production npm run build:node"
16
},
17
"author": "",
18
"license": "MIT",
19
"dependencies": {
20
"@babel/runtime": "^7.7.2",
21
"@jimp/utils": "^0.16.1",
22
"gifwrap": "^0.9.2",
23
"omggif": "^1.0.9"
24
},
25
"peerDependencies": {
26
"@jimp/custom": ">=0.3.5"
27
},
28
"publishConfig": {
29
"access": "public"
30
},
31
"gitHead": "909f06eac36ef5ba36ebb1e0853fd006c4da3560"
32
}
33
34