23 lines
459 B
JSON
23 lines
459 B
JSON
{
|
|
"name": "blurhash",
|
|
"version": "1.0.0",
|
|
"description": "Decoder for the Wolt BlurHash alrgorithm.",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.t.js",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"demo": "webpack-dev-server"
|
|
},
|
|
"keywords": [
|
|
"blurhash"
|
|
],
|
|
"author": "omahlama",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"ts-loader": "3.2.0",
|
|
"typescript": "2.6.2",
|
|
"webpack": "3.10.0",
|
|
"webpack-dev-server": "2.9.7"
|
|
}
|
|
}
|