-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 827 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 827 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
{
"name": "regexrtech.github.io",
"version": "1.0.0",
"description": "website for universal scammer list",
"main": "static/js/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node build/buildpages.js",
"postbuild": "npx prettier --write **/*.html",
"format": "npx prettier --write **/*.html & npx prettier --write **/*.css & npx prettier --write **/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RegExrTech/RegExrTech.github.io.git"
},
"author": "RegExrTech",
"license": "MIT",
"bugs": {
"url": "https://github.com/RegExrTech/RegExrTech.github.io/issues"
},
"homepage": "https://github.com/RegExrTech/RegExrTech.github.io#readme",
"devDependencies": {
"prettier": "2.7.1",
"mustache": "^4.2.0"
}
}