skia2/modules/canvaskit/npm_build/package.json
Kevin Lubick fba8a742cb [canvaskit] Deploy 0.28.0 to npm
Change-Id: Ia1f97a476816b7e9d5a7d994b41676fb21979783
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/419356
Reviewed-by: Kevin Lubick <kjlubick@google.com>
2021-06-17 14:02:23 +00:00

24 lines
607 B
JSON

{
"name": "canvaskit-wasm",
"version": "0.28.0",
"description": "A WASM version of Skia's Canvas API",
"main": "bin/canvaskit.js",
"homepage": "https://github.com/google/skia/tree/master/modules/canvaskit",
"bugs": {
"url": "https://bugs.chromium.org/p/skia/issues/entry"
},
"permsRepo": "skia-dev/.github",
"publishConfig": {
"registry": "https://wombat-dressing-room.appspot.com"
},
"scripts": {
"dtslint": "dtslint types"
},
"types": "./types/index.d.ts",
"license": "BSD-3-Clause",
"devDependencies": {
"dtslint": "^4.0.4",
"typescript": "^4.0.3"
}
}