-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 720 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 720 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
27
28
29
30
31
32
33
{
"name": "biu-function",
"version": "1.0.4",
"description": "javascript libs",
"main": "dist/index.js",
"scripts": {
"test": "jest",
"build": "webpack",
"docs": "./node_modules/.bin/jsdoc -c jsdoc.json"
},
"keywords": [
"js",
"lib"
],
"author": "Alan",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.6.0",
"@babel/core": "^7.6.0",
"@babel/preset-env": "^7.6.0",
"clean-webpack-plugin": "^3.0.0",
"html-webpack-plugin": "^3.2.0",
"jest": "^24.9.0",
"jsdoc": "^3.6.3",
"webpack": "^4.39.3",
"webpack-cli": "^3.3.8"
},
"dependencies": {
"@babel/polyfill": "^7.6.0",
"babel-loader": "^8.0.6",
"docdash": "^1.1.1"
}
}