-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 634 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 634 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "notelicker",
"version": "1.0.3",
"author": "MrPrimate",
"description": "Foundry VTT module for enhancing notes and their icons",
"private": true,
"scripts": {
"lint": "npx eslint --ext .mjs src/",
"lint-fix": "npx eslint --ext .mjs src/ --fix",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack"
},
"devDependencies": {
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.1.0",
"prettier": "3.1.0",
"prettier-eslint": "^16.3.0",
"terser": "^5.10.0",
"terser-webpack-plugin": "^5.3.0",
"webpack": "^5.49.0",
"webpack-cli": "^4.7.2"
}
}