-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 868 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
36
37
{
"name": "field-change-effects-calculator",
"version": "2.0.0",
"main": "lib/index.js",
"module": "lib/index.js",
"files": [
"es",
"lib",
"umd"
],
"scripts": {
"build": "nwb build-web-module",
"clean": "nwb clean-module",
"test": "jest",
"flow": "flow"
},
"dependencies": {
"ramda": "^0.25.0"
},
"devDependencies": {
"babel-jest": "^23.2.0",
"babel-preset-env": "^1.7.0",
"babel-preset-flow": "^6.23.0",
"flow-bin": "^0.75.0",
"jest-cli": "^23.2.0",
"nwb": "0.21.x"
},
"jest": {
"transform": {
"^.+\\.js$": "<rootDir>/jest.transform.js"
}
},
"author": "Revanth Kumar Annavarapu",
"homepage": "https://github.com/revanth0212/field-change-effects-calculator",
"license": "MIT",
"repository": "https://github.com/revanth0212/field-change-effects-calculator.git"
}