-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
57 lines (57 loc) · 1.24 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "bijou.js",
"version": "8.2.4",
"description": "Useful JavaScript snippets, in one simple library.",
"main": "bijou_node.js",
"jsdelivr": "bijou.js",
"unpkg": "bijou.js",
"browser": "bijou.js",
"repository": {
"type": "git",
"url": "git+https://github.com/bijoujs/bijou.js.git"
},
"scripts": {
"doc": "jsdoc -c jsdoc.json",
"build": "npm install"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/@Bijoujs"
},
"keywords": [
"js",
"useful",
"bijou",
"library"
],
"author": "Bijou.js contributors",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/bijoujs/bijou.js/issues"
},
"homepage": "https://bijou.js.org",
"devDependencies": {
"better-docs": "^2.7.2",
"clean-jsdoc-theme": "4.2.7",
"eslint": "^8.40.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"jsdoc": "^4.0.2",
"prettier": "3.0.2",
"showdown": "^2.1.0",
"taffydb": "^2.7.3",
"terser": "^5.17.4",
"typescript": "^5.0.4"
},
"types": "./bijou.d.ts",
"pnpm": {
"overrides": {
"marked@<4.0.10": ">=4.0.10",
"markdown-it@<12.3.2": ">=12.3.2",
"underscore@>=1.3.2 <1.12.1": ">=1.12.1",
"terser@>=5.0.0 <5.14.2": ">=5.14.2"
}
},
"dependencies": {
"docdash": "^2.0.1"
}
}