-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 936 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": "validator",
"version": "1.0.0",
"description": "A robust RGB validation software with advanced Bitcoin smart contract support and multi-network capabilities.",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"build": "tailwindcss -i ./validator/static/src/main.css -o ./validator/static/css/main.css",
"watch": "tailwindcss -i ./validator/static/src/main.css -o ./validator/static/css/main.css --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anoncodemonkey/RGBvalidator.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/anoncodemonkey/RGBvalidator/issues"
},
"homepage": "https://github.com/anoncodemonkey/RGBvalidator#readme",
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.32",
"tailwindcss": "^3.4.0"
}
}