-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 831 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 831 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
{
"private": true,
"scripts": {
"build-webpack-config": "tsc -p tsconfig.webpack.json",
"build-userscript": "webpack --config .userscripter-temp/webpack.config.js",
"build": "npm run clean && npm run build-webpack-config && npm run build-userscript && npm run clean",
"clean": "rimraf .userscripter-temp"
},
"dependencies": {
"@typed/compose": "^1.0.0",
"@types/app-root-path": "^1.2.4",
"app-root-path": "^3.0.0",
"rimraf": "^3.0.2",
"ts-preferences": "^2.0.0",
"typescript": "^3.7.4",
"userscript-metadata": "^1.0.0",
"userscripter": "^1.1.0",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10"
},
"name": "omeglemitm",
"version": "1.0.0",
"main": "index.js",
"devDependencies": {},
"keywords": [],
"author": "",
"license": "ISC",
"description": ""
}