Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
MR414N-ID
GitHub Repository: MR414N-ID/botku2
Path: blob/master/node_modules/@tokenizer/token/package.json
1129 views
1
{
2
"name": "@tokenizer/token",
3
"version": "0.3.0",
4
"description": "TypeScript definition for strtok3 token",
5
"main": "",
6
"types": "index.d.ts",
7
"files": [
8
"index.d.ts"
9
],
10
"keywords": [
11
"token",
12
"interface",
13
"tokenizer",
14
"TypeScript"
15
],
16
"author": {
17
"name": "Borewit",
18
"url": "https://github.com/Borewit"
19
},
20
"license": "MIT",
21
"repository": {
22
"type": "git",
23
"url": "https://github.com/Borewit/tokenizer-token.git"
24
},
25
"bugs": {
26
"url": "https://github.com/Borewit/tokenizer-token/issues"
27
},
28
"typeScriptVersion": "3.0",
29
"dependencies": {},
30
"devDependencies": {
31
"@types/node": "^13.1.0"
32
}
33
}
34
35