-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 755 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 755 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
{
"name": "nanabox",
"version": "1.0.0",
"description": "No login, fast and free file uploading",
"main": "_",
"scripts": {
"watch-scss": "sass --watch main.scss static/main.css --style=compressed --no-source-map",
"py": "python main.py",
"ts": "tsc --watch",
"dev": "concurrently \"npm run watch-scss\" \"npm run ts\" \"npm run py\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/Axorax/nanabox.git"
},
"keywords": [
"nanabox"
],
"author": "Axorax",
"license": "LGPL-2.1",
"bugs": {
"url": "https://github.com/Axorax/nanabox/issues"
},
"homepage": "https://github.com/Axorax/nanabox#readme",
"devDependencies": {
"concurrently": "^8.2.2",
"sass": "^1.77.5"
}
}