summaryrefslogtreecommitdiff
path: root/package.json
blob: 66c81c6700f42c3691d4a0e3e8f8b8fec70679c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "snowjail",
  "version": "0.1.0",
  "description": "A sandboxing engine for the Twilight Package Manager",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Minteck",
  "license": "MIT",
  "dependencies": {
    "chalk": "^5.0.1",
    "uuid": "^8.3.2",
    "yaml": "^2.0.0"
  }
}