-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 986 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 986 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "@pixelbin/core",
"version": "7.0.0",
"description": "Pixelbin Core SDK helps you integrate Pixelbin with your Frontend JS Application.",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pixelbin-io/pixelbin-core.git"
},
"dependencies": {
"form-data": "4.0.0",
"@babel/runtime": "7.22.15",
"fetch-ponyfill": "7.1.0"
},
"devDependencies": {
"@babel/core": "7.22.17",
"@babel/plugin-transform-runtime": "7.22.15",
"@babel/preset-env": "7.20.2",
"babel-loader": "9.1.3",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"regenerator-runtime": "0.14.0",
"webpack": "5.88.2"
},
"author": "Pixelbin",
"main": "./lib/cjs/pixelbin.js",
"module": "./lib/esm/pixelbin.js",
"files": [
"dist",
"lib",
"README.md"
],
"license": "MIT"
}