-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.45 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
42
43
44
45
46
47
{
"name": "searchlights.js",
"version": "0.0.3",
"description": "A js plugin to turn your cursor into an array of searchlights.",
"source": "src/searchlights.js",
"main": "dist/searchlights.js",
"scripts": {
"build": "rollup -c",
"help": "rollup --help",
"test": "vitest --coverage --pool=forks",
"update-tests": "vitest -u --coverage --pool=forks"
},
"browserslist": "> 0.5%, last 2 versions, not dead",
"repository": {
"type": "git",
"url": "git+https://github.com/bnjmnrsh/searchlights.git"
},
"keywords": [
"JavaScript",
"canvas"
],
"author": {
"name": "bnjmnrsh",
"website": "https://github.com/bnjmnrsh/searchlights"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/bnjmnrsh/searchlights/issues"
},
"homepage": "https://github.com/bnjmnrsh/searchlights#readme",
"devDependencies": {
"@rollup/plugin-terser": "^0.4.4",
"@vitest/coverage-v8": "^1.2.1",
"canvas": "^2.11.2",
"eslint": "^7.18.0",
"eslint-config-prettier": "^7.2.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"jsdom": "^23.2.0",
"prettier": "^2.2.1",
"rollup": "^4.9.5",
"rollup-plugin-banner": "^0.2.1",
"vitest": "^1.2.1"
}
}