-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
43 lines (43 loc) · 1.09 KB
/
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
36
37
38
39
40
41
42
43
{
"name": "@funnelenvy-npm/fe-dev-utils",
"version": "1.0.17",
"description": "Helper function to build client side A/B tests",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: specified\" && exit 1",
"build": "tsc && webpack",
"type-check": "tsc --noEmit",
"start": "node dist/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FunnelEnvy/fe-dev-utils.git"
},
"keywords": [
"A/B testing",
"web development",
"JavaScript",
"front-end",
"DOM manipulation",
"optimization",
"Promise",
"mutationObserver"
],
"author": "Arafat",
"license": "MIT",
"bugs": {
"url": "https://github.com/FunnelEnvy/fe-dev-utils/issues"
},
"homepage": "https://github.com/FunnelEnvy/fe-dev-utils#readme",
"devDependencies": {
"@babel/core": "^7.26.9",
"@babel/preset-env": "^7.26.9",
"@babel/preset-typescript": "^7.26.0",
"@types/node": "^22.13.4",
"babel-loader": "^9.2.1",
"typescript": "^5.7.3",
"webpack": "^5.98.0",
"webpack-cli": "^5.1.4"
}
}