forked from ItsRiprod/Deskthing-Apps
-
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) · 749 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 749 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": "deskthing-apps",
"version": "0.11.1",
"description": "A utility package for building all of the apps ",
"homepage": "https://github.com/ItsRiprod/Deskthing-Apps#readme",
"bugs": {
"url": "https://github.com/ItsRiprod/Deskthing-Apps/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ItsRiprod/Deskthing-Apps.git"
},
"license": "ISC",
"author": "Riprod",
"type": "module",
"main": "scripts/dist/index.js",
"scripts": {
"package": "npm run build:compile && npm run start",
"build:compile": "tsc",
"start": "node scripts/dist/index.js"
},
"devDependencies": {
"@deskthing/cli": "^0.11.4",
"@deskthing/types": "^0.11.9",
"@types/node": "^22.13.10"
}
}