-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
42 lines (42 loc) · 1.1 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
{
"name": "meiosis-tracer",
"version": "6.0.1",
"description": "meiosis-tracer",
"main": "dist/meiosis-tracer.js",
"unpkg": "dist/meiosis-tracer.js",
"typings": "lib/index.d.ts",
"scripts": {
"start": "webpack && cross-env NODE_ENV=prod webpack && cross-env NODE_ENV=dev webpack && cross-env NODE_ENV=devtool webpack",
"test": "jest --config jestconfig.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/foxdonut/meiosis-tracer.git"
},
"keywords": [
"devtools",
"meiosis",
"reactive",
"time-travel",
"tracer"
],
"author": "foxdonut",
"license": "MIT",
"bugs": {
"url": "https://github.com/foxdonut/meiosis-tracer/issues"
},
"homepage": "https://github.com/foxdonut/meiosis-tracer#readme",
"devDependencies": {
"@babel/core": "^7.22.9",
"@babel/preset-env": "^7.22.9",
"babel-loader": "^9.1.3",
"browser-env": "^3.3.0",
"cross-env": "^7.0.3",
"eslint": "^8.45.0",
"eslint-config-foxdonut": "^2.1.0",
"flyd": "^0.2.8",
"jest": "^29.6.1",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
}
}