-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
34 lines (34 loc) · 998 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
{
"name": "alpnode-wrkspce",
"version": "1.0.7",
"description": "Containerized development, sys admin, and creative professional vm-like environments",
"main": "index.mjs",
"repository": "https://github.com/bresnow/alpnode-wrkspce.git",
"author": "Bresnow <[email protected]>",
"license": "MIT",
"type": "module",
"scripts": {
"build": "node scripts/build.mjs",
"prettier": "prettier --write '**/*.{json,mjs,ts,mts,md}'",
"push": "node scripts/git-push.mjs"
},
"dependencies": {
"fsxx": "^0.1.0",
"gun": "^0.2020.1237",
"zx": "^7.0.7"
},
"devDependencies": {
"@types/btoa": "^1.2.3",
"@types/elliptic": "^6.4.14",
"@types/jest": "^27.4.1",
"@types/lz-string": "^1.3.34",
"@types/node": "^17.0.26",
"@types/yargs": "^17.0.10",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"esbuild": "^0.14.48",
"eslint": "^8.20.0",
"jest": "^28.1.2",
"prettier": "^2.7.1"
}
}