-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 889 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": "@rah-emil/js-helpers",
"version": "1.2.0",
"description": "jsHelpers - it is a JavaScript library that contains all the functions that we constantly write or google.",
"main": "dist/js-helpers.js",
"scripts": {
"build": "npx mix",
"watch": "npx mix watch",
"prod": "npx mix --production",
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/rah-emil/js-helpers"
},
"keywords": [
"JavaScript",
"JS",
"helpers",
"RegExp",
"library"
],
"author": "Rah Emil <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/rah-emil/js-helpers/issues"
},
"homepage": "https://github.com/rah-emil/js-helpers#readme",
"devDependencies": {
"browser-sync": "^2.27.5",
"browser-sync-webpack-plugin": "^2.3.0",
"jest": "^27.1.0",
"laravel-mix": "^6.0.27"
}
}