-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
30 lines (30 loc) · 885 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
{
"name": "fakerss",
"private": true,
"version": "1.0.0",
"description": "package for creating workers templates",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"format": "prettier --write '**/*.{js,css,json,md}' --ignore-path .gitignore",
"dev": "wrangler dev"
},
"author": "f1shy-dev <agarwal.vrishank@gmail.com>",
"license": "ISC",
"devDependencies": {
"prettier": "^1.17.0"
},
"dependencies": {
"@parse5/tools": "^0.1.0",
"@tsndr/cloudflare-worker-jwt": "^2.2.1",
"bad-words": "^3.0.4",
"dayjs": "^1.11.8",
"fuse.js": "^6.6.2",
"itty-router": "^4.0.9",
"mathjs": "^11.7.0",
"minimist": "^1.2.8",
"parse5": "^7.1.2",
"preact": "^10.16.0",
"wrangler": "^3.1.0"
}
}