-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 953 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
39
40
{
"name": "@tgsnake/fileid",
"version": "2.1.0",
"description": "core framework for tgsnake for generating file id",
"main": "./lib/index.js",
"devDependencies": {
"@types/node": "18.15.8",
"deno2node": "1.8.1",
"prettier": "2.8.7"
},
"scripts": {
"start": "node tes/index.js",
"build": "deno2node tsconfig.json",
"build:license": "node ./generator/license",
"prepare": "deno2node tsconfig.json",
"prettier": "prettier -w ."
},
"homepage": "https://tgsnake.js.org",
"keywords": [
"tgsnake",
"file id",
"telegram file id"
],
"access": "public",
"bugs": "https://github.com/tgsnake/fileid/issues",
"repository": "https://github.com/tgsnake/fileid",
"author": "butthx",
"files": [
"lib/**/**",
"src"
],
"license": "MIT",
"engineStrict": true,
"engines": {
"node": ">=10.0.0",
"npm": ">=6.0.0",
"yarn": ">=1.0.0"
},
"packageManager": "yarn@3.2.3"
}