-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 790 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 790 Bytes
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
{
"name": "diff-algo",
"version": "1.0.0",
"description": "",
"main": "diff-algo.js",
"scripts": {
"build:umd": "babel index.js --presets @babel/preset-flow --plugins @babel/plugin-transform-modules-umd -o dist/index-umd.js",
"example": "babel index.js --presets @babel/preset-flow -o dist/index-es6.js && lite-server",
"test": "jest test/index.spec.js"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.5.0",
"@babel/core": "^7.5.4",
"@babel/plugin-transform-modules-umd": "^7.2.0",
"@babel/preset-flow": "^7.0.0",
"babel-jest": "^24.8.0",
"bel": "^5.1.5",
"browserify": "^14.5.0",
"flow-bin": "^0.102.0",
"flow-remove-types": "^2.102.0-rc",
"jest": "^24.8.0",
"lite-server": "^2.3.0"
}
}