forked from peteruhnak/opencv-ts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 798 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 798 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "@tailwind/opencv-ts",
"version": "1.0.0",
"description": "",
"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"
}
}