-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 810 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 810 Bytes
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
{
"name": "@nocom_bot/nocom-atype-template-a1v1",
"version": "0.1.0",
"description": "",
"main": "void.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"@nocom_bot/types_ts_plugin_a1": "^0.14.2",
"@tsconfig/node18": "^1.0.1",
"@types/node": "^18.7.20"
},
"NOCOM_AType_Metadata": {
"formatVersion": 1,
"subclass": 1,
"entryPoint": "entry.ts",
"author": "BadAimWeeb (Replace this with your name if this is your plugin)",
"pluginName": "A1 Template (Replace this with your plugin name)",
"pluginNamespace": "a1template_replaceme",
"pluginVersion": "0.1.0"
},
"type": "module"
}