-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.4 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.4 KB
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
{
"name": "betaseries_userscript",
"description": "UserScript pour le site BetaSeries testé avec Tampermonkey sur Chrome",
"version": "1.5.167",
"author": {
"email": "manuel.hervo@gmail.com",
"name": "Azema"
},
"bugs": {
"url": "https://github.com/Azema/betaseries/issues"
},
"homepage": "https://github.com/Azema/betaseries",
"license": "Apache-2.0",
"repository": {
"url": "https://github.com/Azema/betaseries",
"type": "git"
},
"keywords": [
"userscript",
"tampermonkey",
"greasemonkey",
"betaseries"
],
"browser": "./betaseries.user.js",
"scripts": {
"docs": "jsdoc -c jsdoc.json",
"postinstall": "node ./node_modules/grunt/bin/grunt build"
},
"types": "betaseries.d.ts",
"devDependencies": {
"@types/bootstrap": "^4.6.2",
"@types/grunt": "^0.4.27",
"@types/jquery": "^3.5.10",
"@types/node": "^18.0.3",
"axios": "^0.27.2",
"better-docs": "^2.7.2",
"grunt": "^1.4.1",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "^2.0.0",
"grunt-contrib-connect": "^3.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-git": "^1.1.1",
"grunt-jsdoc": "^2.4.1",
"grunt-lineending": "^1.0.0",
"grunt-ts": "^6.0.0-beta.22",
"http-proxy-middleware": "^2.0.6",
"ioredis": "^5.1.0",
"socket.io": "^4.5.1",
"ts-loader": "^9.2.6",
"typedoc": "^0.23.6",
"typescript": "^4.5.4"
}
}