-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 902 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 902 Bytes
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
{
"name": "Deslopify",
"version": "1.0.0",
"description": "npm dev tools",
"type": "module",
"scripts": {
"build": "make clean && make",
"clean": "make clean",
"testbuild": "make clean && make test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SolidLamp/deslopify.git"
},
"author": "SolidLamp",
"license": "AGPL-3.0-or-later",
"homepage": "https://github.com/SolidLamp/deslopify",
"devDependencies": {
"@eslint/js": "^10.0.1",
"@types/webextension-polyfill": "^0.12.5",
"ajv-cli": "^5.0.0",
"eslint": "^10.3.0",
"eslint-config-prettier": "^10.1.8",
"extension": "^3.14.5",
"globals": "^17.6.0",
"js-beautify": "^1.15.4",
"typescript": "^6.0.3",
"typescript-eslint": "^8.59.1",
"web-ext": "^10.1.0"
}
}