-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 922 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
35
{
"name": "flawcralib",
"type": "module",
"version": "1.0.9",
"description": "The official JavaScript library by Flawcra",
"main": "src/FlawCraLIB.js",
"scripts": {
"postinstall": "npm i -g webpack webpack-cli",
"build": "webpack --mode=production",
"dev": "webpack --mode=development",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FlawCra/FlawCraLIB.git"
},
"dependencies": {
"jquery": "^3.6.0",
"node-polyfill-webpack-plugin": "^2.0.1"
},
"devDependencies": {
"mocha": "^10.0.0",
"nyc": "^15.1.0",
"path-browserify": "^1.0.1",
"webpack": "^5.73.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.9.3"
},
"author": "FlawCra",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/FlawCra/FlawCraLIB/issues"
},
"homepage": "https://github.com/FlawCra/FlawCraLIB#readme"
}