-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 913 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
{
"name": "aitum-cc",
"version": "1.0.2",
"description": "Aitum's Custom Code Wrapper",
"main": "src/index.ts",
"scripts": {
"start": "tsnd --debounce 500 --clear src/index",
"setup": "ts-node src/setup",
"upgrade": "npm i aitum.js@latest",
"devdeps": "npm link aitum.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Aitum/aitum-cc.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/Aitum/aitum-cc/issues"
},
"homepage": "https://github.com/Aitum/aitum-cc#readme",
"dependencies": {
"aitum.js": "^2.0.2",
"dotenv": "^16.0.3",
"ini": "^3.0.1",
"printer": "^0.4.0",
"ts-node-dev": "^2.0.0",
"typescript": "^4.9.3",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/node": "^18.11.10",
"@types/printer": "^0.4.2",
"@types/uuid": "^9.0.0",
"electron": "^23.1.1"
}
}