-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 898 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 898 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
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "custom-translate",
"version": "2.2.9",
"description": "A simple module for replacing words, letters, or patterns in a string with others.",
"main": "index.js",
"typings": "typings/index.d.ts",
"scripts": {
"test": "jest",
"lint": "eslint . --ext .js --ext .json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lilyissillyyy/custom-translate.git"
},
"keywords": [
"translate",
"translator"
],
"author": "lilyissillyyy <lilyodendahl@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/lilyissillyyy/custom-translate/issues"
},
"homepage": "https://github.com/lilyissillyyy/custom-translate#readme",
"engines": {
"node": ">=6"
},
"devDependencies": {
"@eslint/js": "^9.37.0",
"eslint": "^9.37.0",
"eslint-config-amber": "^2.0.4",
"eslint-plugin-jsonc": "^2.20.1",
"globals": "^16.4.0",
"jest": "^24.3.1"
}
}