-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 958 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 958 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
{
"name": "castle-python-example",
"version": "1.1.0",
"description": "This project demonstrates key components of several essential Castle workflows, including login and reviewing a suspicious device. The application is built in Python on Flask/gunicorn.",
"main": "index.js",
"scripts": {
"build:css": "tailwindcss -i ./src/tailwind.css -o ./static/styles.css --minify",
"watch:css": "tailwindcss -i ./src/tailwind.css -o ./static/styles.css --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/castle/castle-python-example.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/castle/castle-python-example/issues"
},
"homepage": "https://github.com/castle/castle-python-example#readme",
"dependencies": {
"@castleio/castle-js": "^2.8.4"
},
"devDependencies": {
"tailwindcss": "^3.4.19"
}
}