-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 967 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
{
"name": "renumber-textile-references",
"version": "0.13.3",
"description": "Automatically renumber explicitly numbered Textile references in order of appearance",
"keywords": [
"textile",
"references",
"footnotes",
"citations",
"sort",
"renumber"
],
"main": "index.js",
"scripts": {
"test": "jest",
"build": "webpack ./lib/renumberTextarea.js --output-filename=bundle.js --mode=production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bzvnr/Renumber-Textile-References.git"
},
"author": "bzvnr",
"license": "MIT",
"bugs": {
"url": "https://github.com/bzvnr/Renumber-Textile-References#issues"
},
"private": false,
"homepage": "https://github.com/bzvnr/Renumber-Textile-References#readme",
"devDependencies": {
"jest": "^28.1.0",
"js-yaml": "^4.1.0",
"webpack": "^5.72.1",
"webpack-cli": "^4.9.2"
},
"dependencies": {
"listify": "^1.0.3"
}
}