-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 960 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 960 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
27
28
29
30
31
32
33
34
35
36
{
"name": "crypto-assignment",
"version": "1.2.1",
"description": "crypto tools",
"main": "main.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "tailwindcss -i ./static/css/input.css -o ./static/css/output.css --watch",
"build": "tailwindcss -i ./static/css/input.css -o ./static/css/style.css --minify"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Sarthac/crypto-assignment.git"
},
"keywords": [
"cryptography",
"crypto"
],
"author": "Sarthak Patil",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Sarthac/crypto-assignment/issues"
},
"homepage": "https://github.com/Sarthac/crypto-assignment#readme",
"dependencies": {
"@tailwindcss/cli": "^4.1.12",
"tailwindcss": "^4.1.12"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.16",
"daisyui": "^5.0.50"
}
}