-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.02 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "@webarkit/jsfeat-next-examples",
"version": "1.0.0",
"description": "Some typescript jsfeatNext examples.",
"main": "index.js",
"scripts": {
"dev-ts": "rimraf ./dist && tsc && webpack --mode development --progress --watch",
"test": "echo \"Error: no test specified\" && exit 1",
"build-ts": "rimraf ./dist && tsc && webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kalwalt/jsfeatNext-examples.git"
},
"keywords": [
"jsfeatNext",
"jsfeat",
"typescript",
"WebARKit",
"WebAR",
"computer-vision"
],
"author": "Walter Perdan",
"license": "LGPL-3.0",
"bugs": {
"url": "https://github.com/kalwalt/jsfeatNext-examples/issues"
},
"homepage": "https://github.com/kalwalt/jsfeatNext-examples#readme",
"dependencies": {
"@webarkit/jsfeat-next": "^0.7.2",
"rimraf": "^3.0.2",
"typescript": "^4.9.3",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.0"
},
"devDependencies": {
"ts-loader": "^9.4.1"
}
}