-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 980 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": "dmtxrecognjs",
"version": "1.2.0",
"description": "",
"main": "src/index.js",
"type": "module",
"scripts": {
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
"lint": "ESLINT_USE_FLAT_CONFIG=true eslint -c eslint.config.mjs .",
"lint:fix": "ESLINT_USE_FLAT_CONFIG=true eslint -c eslint.config.mjs --fix ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/ilb/dmtxrecognjs.git"
},
"author": "ssortia",
"license": "ISC",
"bugs": {
"url": "https://github.com/ilb/dmtxrecognjs/issues"
},
"homepage": "https://github.com/ilb/dmtxrecognjs#readme",
"devDependencies": {
"@ilb/eslint-config": "^1.0.0",
"@swc/core": "^1.3.95",
"@swc/jest": "^0.2.29",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^23.4.2",
"eslint": "^8.45.0",
"jest": "^27.4.5",
"prettier": "^2.5.1",
"node-poppler": "^5.1.3",
"dotenv": "^10.0.0",
"uuid": "^8.3.2"
}
}