-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 836 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 836 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": "afternote",
"version": "1.0.0",
"description": "��#\u0000 \u0000A\u0000F\u0000T\u0000E\u0000R\u0000N\u0000O\u0000T\u0000E\u0000-\u0000A\u0000n\u0000d\u0000r\u0000o\u0000i\u0000d\u0000\r\u0000 \u0000",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Konkuk-KUIT/AFTERNOTE-Android.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/Konkuk-KUIT/AFTERNOTE-Android/issues"
},
"homepage": "https://github.com/Konkuk-KUIT/AFTERNOTE-Android#readme",
"devDependencies": {
"@commitlint/cli": "^20.2.0",
"@commitlint/config-conventional": "^20.2.0",
"husky": "^9.1.7"
}
}