-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 872 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
{
"name": "@taistudio/animebackkit",
"version": "1.2703.0",
"description": "developper kit for animeback extensions",
"main": "index.js",
"scripts": {
"updater": "node script/update.js",
"release": "script/release.sh",
"release2": "script/test.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TaiStudio/animebackKit.git"
},
"keywords": [
"tai",
"studio",
"animeback",
"extension",
"developper",
"kit"
],
"author": "Tai Studio <tai.studio@outlook.fr>",
"license": "MIT",
"bugs": {
"url": "https://github.com/TaiStudio/animebackKit/issues"
},
"homepage": "https://github.com/TaiStudio/animebackKit#readme",
"devDependencies": {
"@octokit/rest": "^20.0.1",
"dotenv-safe": "^8.2.0",
"fs": "0.0.1-security",
"npm-run-all": "^4.1.5",
"path": "^0.12.7"
}
}