-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 983 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
36
37
38
39
40
41
{
"name": "@x-spacy/exceptions",
"version": "0.0.0",
"description": "Exceptions module used by X-Spacy.",
"license": "MIT",
"private": false,
"main": "dist/index.js",
"types": "@types/index.d.ts",
"author": {
"name": "Vinícius Gutierrez da Silva Rocha",
"email": "[email protected]",
"url": "https://github.com/gutyerrez"
},
"repository": {
"type": "git",
"url": "git+https://github.com/x-spacy/exceptions.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public",
"tag": "latest"
},
"engines": {
"node": "v20.x.x"
},
"scripts": {
"build": "sh scripts/build.sh"
},
"dependencies": {
"i18next": "^23.11.5"
},
"devDependencies": {
"@babel/cli": "^7.24.6",
"@babel/core": "^7.24.6",
"@babel/preset-env": "^7.24.6",
"@babel/preset-typescript": "^7.24.6",
"@x-spacy/eslint-config": "^1.7.1",
"eslint": "^9.4.0",
"typescript": "^5.4.5"
}
}