-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 868 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 868 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
37
{
"name": "brutalist-note",
"version": "1.0.0",
"description": "A no-nonsense, Neo-Brutalist note-taking Progressive Web App",
"main": "index.html",
"scripts": {
"start": "npx serve .",
"dev": "npx serve . -p 8000",
"build": "node build.js",
"test": "echo 'Add tests here'"
},
"keywords": [
"notes",
"pwa",
"progressive-web-app",
"brutalist",
"minimal",
"productivity",
"ios",
"web-app"
],
"author": "yeatz",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/me-yeatz/Brutalist-Note.git"
},
"bugs": {
"url": "https://github.com/me-yeatz/Brutalist-Note/issues"
},
"homepage": "https://github.com/me-yeatz/Brutalist-Note#readme",
"devDependencies": {
"@capacitor/cli": "^5.0.0",
"@capacitor/core": "^5.0.0",
"@capacitor/ios": "^5.0.0"
}
}