-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 1.05 KB
/
package.json
File metadata and controls
30 lines (30 loc) · 1.05 KB
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
{
"name": "excelroundtrips",
"version": "1.0.0",
"description": "Awesome excelroundtrips created by francoischasseur",
"repository": {
"url": "https://github.com/MatrixRequirements/excelroundtrips"
},
"scripts": {
"pretty": "prettier --write src/",
"clean": "rm -rf dist",
"check": "tsc --noEmit",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint src --ext .ts",
"parcel": "parcel src/ERT-307e8a6e-2b60-4976-a0d1-e6fe6016706a/Main.ts --dist-dir C:\\git\\matrix-client-server\\server\\Clouds\\docker\\data\\home\\clouds\\custom\\js --no-hmr",
"parcel-dist": "parcel build src/ERT-307e8a6e-2b60-4976-a0d1-e6fe6016706a/Main.ts --no-optimize"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@parcel/validator-typescript": "^2.6.2",
"@types/jquery": "^3.5.5",
"@typescript-eslint/eslint-plugin": "^5.15.0",
"@typescript-eslint/parser": "^5.15.0",
"eslint": "^8.11.0",
"prettier": "^2.2.1",
"typescript": "^4.1.5",
"parcel": "^2.7.0"
},
"dependencies": {}
}