-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 937 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
33
34
35
36
37
{
"name": "cse",
"version": "1.0.0",
"description": "Un outil libre et gratuit pour créer facilement un moteur de recherche personnalisé à partir d'une liste de sites",
"main": "script.min.js",
"devDependencies": {
"@eslint/js": "^9.8.0",
"@rollup/plugin-terser": "^0.4.4",
"cssnano": "^7.0.4",
"eslint": "^9.8.0",
"globals": "^15.9.0",
"postcss": "^8.4.40",
"prettier": "3.3.3",
"rollup": "^4.19.2",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-string": "^3.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup --config"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eyssette/cse.git"
},
"keywords": [
"cse",
"custom search engine",
"search engine"
],
"author": "Cédric Eyssette",
"license": "MIT",
"bugs": {
"url": "https://github.com/eyssette/cse/issues"
},
"homepage": "https://github.com/eyssette/cse#readme"
}