-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.07 KB
/
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
33
34
35
36
37
38
39
40
41
{
"name": "bookmarklets",
"version": "1.0.0",
"description": "Bookmarklets",
"private": true,
"type": "module",
"scripts": {
"prepare": "node --loader ts-node/esm tools/build.mts",
"publish": "node --loader ts-node/esm tools/publish.mts",
"lint": "eslint **/*.ts --fix"
},
"author": "Jeff Jacobson",
"license": "Unlicense",
"repository": {
"type": "git",
"url": "git+https://github.com/JeffJacobson/bookmarklets.git"
},
"keywords": [
"bookmarklets"
],
"bugs": {
"url": "https://github.com/JeffJacobson/bookmarklets/issues"
},
"homepage": "https://jeffjacobson.github.io/bookmarklets",
"devDependencies": {
"@types/gh-pages": "^3.2.1",
"@types/jsdom": "^21.1.1",
"@types/node": "^20.3.1",
"@types/semver": "^7.5.0",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"esbuild": "^0.18.4",
"eslint": "^8.43.0",
"gh-pages": "^5.0.0",
"jsdom": "^22.1.0",
"minify": "^10.2.0",
"semver": "^7.5.2",
"ts-node": "^10.9.1",
"typescript": "^5.1.3"
}
}