-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
26 lines (26 loc) · 861 Bytes
/
package.json
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
{
"name": "finnish-mastodon-users",
"version": "1.0.0",
"description": "This is a source code of the list for Finnish Mastodon users. The visual HTML list populates automatically from the CSV data with a help of Mastodon REST API.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ronilaukkarinen/finnish-mastodon-users.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ronilaukkarinen/finnish-mastodon-users/issues"
},
"homepage": "https://github.com/ronilaukkarinen/finnish-mastodon-users#readme",
"devDependencies": {
"@ronilaukkarinen/stylelint-a11y": "^1.2.4",
"stylelint": "^14.16.0",
"stylelint-order": "^5.0.0",
"moment": "^2.29.4",
"twemoji": "^14.0.2"
}
}