You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
687 B
35 lines
687 B
{ |
|
"name": "image2uri", |
|
"version": "1.0.5", |
|
"description": "Convert image file to data URI.", |
|
"license": "MIT", |
|
"author": "Kenny <wowohoo@qq.com>", |
|
"main": "lib/index.js", |
|
"scripts": { |
|
"prepare": "npm run build", |
|
"watch": "tsbb watch --disable-babel", |
|
"build": "tsbb build --disable-babel", |
|
"test": "tsbb test", |
|
"coverage": "tsbb test --coverage" |
|
}, |
|
"repository": { |
|
"type": "git", |
|
"url": "https://github.com/jaywcjlove/image2uri" |
|
}, |
|
"files": [ |
|
"lib", |
|
"src" |
|
], |
|
"jest": {}, |
|
"keywords": [ |
|
"image", |
|
"uri", |
|
"fs", |
|
"base64", |
|
"image-to-uri", |
|
"image2uri" |
|
], |
|
"devDependencies": { |
|
"tsbb": "3.3.7" |
|
} |
|
}
|
|
|