-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.05 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.05 KB
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
37
38
{
"name": "escpos-image-processor",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/printurmessages/escpos-image-processor.git",
"author": "William Gibson <w.gibbo3@icloud.com>",
"license": "MIT",
"scripts": {
"build": "bash ./scripts/build.sh",
"deploy": "bash ./scripts/deploy.sh",
"example": "cd examples && node -r esm ."
},
"dependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-transform-runtime": "^7.4.4",
"@babel/preset-env": "^7.2.0",
"@babel/runtime": "^7.4.5",
"@types/axios": "^0.14.0",
"@types/node": "^12.0.8",
"@types/ws": "^6.0.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"gulp": "^4.0.0",
"gulp-babel": "^8.0.0",
"gulp-replace": "^1.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-terser": "^1.1.7",
"gulp-typescript": "^5.0.1",
"minimatch": ">=3.0.2",
"rimraf": "^2.6.3",
"ts-node": "^8.3.0",
"tsc-watch": "^2.2.1",
"typescript": "^3.5.2"
},
"devDependencies": {
"esm": "^3.2.25"
}
}