forked from jcmellado/js-aruco
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 898 Bytes
/
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
{
"name": "ts-aruco",
"version": "0.0.1",
"description": "TypeScript port of jcmellado's ArUco library",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/axeljaeger/ts-aruco.git"
},
"keywords": [
"aruco",
"markers",
"augmented",
"reality",
"typescript"
],
"author": "Axel Jäger",
"license": "ISC",
"bugs": {
"url": "https://github.com/axeljaeger/ts-aruco/issues"
},
"homepage": "https://github.com/axeljaeger/ts-aruco#readme",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.21.0",
"eslint": "^8.57.0",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.1.1",
"typescript": "^5.3.3"
}
}