UNPKG

@anpanman/opencv_ts

Version:

Experimental WIP TypeScript typings and OpenCV.js/wasm loader.

43 lines (42 loc) 1.25 kB
{ "name": "@anpanman/opencv_ts", "version": "1.0.2", "description": "Experimental WIP TypeScript typings and OpenCV.js/wasm loader.", "private": false, "license": "MIT", "main": "index.js", "typings": "./lib/index.d.ts", "scripts": { "test": "node --enable-source-maps --liftoff --no-wasm-tier-up ./node_modules/qunit/bin/qunit.js dist/tests", "test:single": "node --enable-source-maps --liftoff --no-wasm-tier-up ./node_modules/qunit/bin/qunit.js", "gen:types": "python ./ts_generator/typegen.py", "watch:test": "tsc --watch -p ./tsconfig.test.json" }, "optionalDependencies": {}, "devDependencies": { "@types/node": "^14.14.20", "@types/qunit": "^2.11.1", "@typescript-eslint/eslint-plugin": "^4.11.1", "@typescript-eslint/parser": "^4.11.1", "eslint": "^7.17.0", "qunit": "^2.13.0", "typescript": "^4.1.3" }, "directories": { "lib": "lib", "test": "tests" }, "repository": { "type": "git", "url": "git+https://github.com/peteruhnak/opencv-ts.git" }, "keywords": [ "opencv", "ts" ], "author": "", "bugs": { "url": "https://github.com/peteruhnak/opencv-ts/issues" }, "homepage": "https://github.com/peteruhnak/opencv-ts#readme" }