UNPKG

rgb565_bmp

Version:

rgb565 to bmp

55 lines (54 loc) 1.09 kB
{ "name": "rgb565_bmp", "version": "1.0.1", "description": "rgb565 to bmp", "main": "./src/main.js", "scripts": { "test": "./node_modules/.bin/jest" }, "keywords": [ "rgb565", "bmp" ], "author": "Sail", "contributors": [ { "name": "Sail", "email": "151263555@qq.com", "url": "https://github.com/sail-sail" } ], "license": "ISC", "dependencies": { "bindings": "1.5.0" }, "devDependencies": { "@types/fs-extra": "5.0.5", "@types/jest": "24.0.11", "@types/node": "11.13.2", "fs-extra": "7.0.1", "gulp": "4.0.0", "gulp-file": "0.4.0", "gulp-typescript": "5.0.0", "gulp-uglify-es": "1.0.4", "jest": "23.6.0", "ts-jest": "23.10.5", "ts-loader": "5.3.3", "ts-node": "8.0.2", "tsconfig-paths": "3.7.0", "typescript": "3.3.3" }, "jest": { "moduleFileExtensions": [ "js", "json", "ts" ], "rootDir": "test", "testRegex": ".spec.ts$", "transform": { ".+\\.(t|j)s$": "ts-jest" }, "coverageDirectory": "../coverage" } }