-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
27 lines (27 loc) · 876 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
{
"name": "idmu",
"version": "0.5.20",
"description": "Userscript that allows you to mass unsend all your DMs on Instagram",
"short_name": " idmu",
"type": "module",
"scripts": {
"test": "ava",
"test:coverage": "c8 -o dist/coverage ava",
"start": "rollup --config rollup.userscript.config.js --environment BUILD:development --watch",
"build": "rollup --config rollup.userscript.config.js --environment BUILD:production",
"lint:ecmascript": "eslint",
"prepare": "husky install"
},
"author": "Romain Lebesle <[email protected]> (https://thoughtsunificator.me)",
"license": "MIT",
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.1.0",
"ava": "^6.0.1",
"c8": "^8.0.0",
"eslint": "^9.7.0",
"husky": "^8.0.3",
"jsdom": "^22.1.0",
"rollup": "^3.25.3",
"rollup-plugin-serve": "^1.1.1"
}
}