-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 968 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
28
29
30
31
32
33
34
{
"name": "preps",
"version": "0.1.1",
"description": "Quick shortcut with prepositions",
"main": "dist/preps.min.js",
"scripts": {
"dev": "webpack --config webpack.config.js --mode development --watch",
"build": "webpack --config webpack.config.js --mode production",
"test": "npx jest"
},
"author": "NriotHrreion",
"license": "MIT",
"homepage": "https://github.com/NriotHrreion/preps",
"repository": "https://github.com/NriotHrreion/preps",
"keywords": [
"utils", "tool", "lib"
],
"devDependencies": {
"@babel/core": "^7.18.10",
"@babel/preset-env": "^7.18.10",
"@babel/preset-typescript": "^7.24.7",
"@types/jest": "^29.5.12",
"babel-loader": "^8.2.5",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^12.0.2",
"terser-webpack-plugin": "^5.3.5",
"ts-loader": "^9.3.1",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
},
"dependencies": {
"axios": "^1.7.2"
}
}