-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 850 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
{
"name": "tampermonkey-textarea-typograf",
"version": "0.6.13",
"description": "Replaces hyphens and quotation marks. Works only in the <textarea>.",
"main": "tampermonkey-textarea-typograf.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/glebkema/tampermonkey-textarea-typograf.git"
},
"author": "glebkema",
"license": "MIT",
"bugs": {
"url": "https://github.com/glebkema/tampermonkey-textarea-typograf/issues"
},
"homepage": "https://github.com/glebkema/tampermonkey-textarea-typograf#readme",
"devDependencies": {
"ansi-regex": ">=6.0.1",
"chai": "^4.3.6",
"eslint": "^8.7.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.4",
"jsdom": "19.0.0",
"jsdom-global": "3.0.2",
"mocha": "^9.2.0"
}
}