-
Notifications
You must be signed in to change notification settings - Fork 168
/
package.json
32 lines (32 loc) · 1011 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
27
28
29
30
31
32
{
"name": "www.confs.tech-data",
"version": "0.1.0",
"dependencies": {
"@actions/github": "^6.0.0",
"@octokit/rest": "^21.0.1",
"@types/clarinet": "^0.12.3",
"chalk": "^5.3.0",
"clarinet": "^0.12.4",
"date-fns": "^3.6.0",
"string-similarity-js": "^2.1.4",
"tsx": "^4.16.2",
"typescript": "^5.5.4"
},
"devDependencies": {
"@types/lodash": "^4.17.7",
"git-json-merge": "^1.0.0",
"lodash": "^4.17.21",
"nodemon": "^3.1.4",
"prettier": "^3.3.3"
},
"scripts": {
"start": "tsx --watch scripts/conferences.test.ts",
"test": "npm run format && tsx scripts/conferences.test.ts",
"updateValidLocations": "tsx ./scripts/updateValidLocations.ts && npm run format",
"removeBrokenLinks": "tsx ./scripts/removeBrokenLycheeLinks.ts",
"reorder-confs": "tsx ./scripts/reorderConferencesByDate.ts && npm run format",
"format": "prettier scripts --write",
"lint": "prettier scripts --check"
},
"homepage": "https://confs.tech"
}