-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
51 lines (51 loc) · 1.36 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
44
45
46
47
48
49
50
51
{
"name": "@fightmegg/scientist",
"version": "1.0.0",
"description": "A JavaScript library for carefully refactoring critical paths",
"main": "index.js",
"module": "index.esm.js",
"types": "index.d.ts",
"sideEffects": false,
"scripts": {
"test": "jest",
"version": "rollup -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fightmegg/scientist.git"
},
"keywords": [
"scientist",
"experiment",
"control",
"candidate"
],
"author": "Ollie Jennings <ollie@fighme.gg",
"license": "MIT",
"bugs": {
"url": "https://github.com/fightmegg/scientist/issues"
},
"homepage": "https://github.com/fightmegg/scientist#readme",
"devDependencies": {
"@babel/core": "^7.11.4",
"@babel/node": "^7.10.5",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-private-methods": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@rollup/plugin-commonjs": "^16.0.0",
"@rollup/plugin-node-resolve": "^10.0.0",
"@types/jest": "^26.0.10",
"babel-jest": "^26.3.0",
"core-js": "^3.6.5",
"jest": "^26.4.2",
"jest-extended": "^0.11.5",
"jest-junit": "^12.0.0",
"rollup": "^2.26.5",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-copy": "^3.3.0",
"rollup-plugin-terser": "^7.0.0"
},
"dependencies": {
"lodash.isequal": "^4.5.0"
}
}