forked from tangshuang/.hello-type
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 813 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
{
"name": "hello-type",
"version": "2.24.5",
"description": "An ECMAScript data type check library",
"main": "dist/hello-type.js",
"scripts": {
"prepublishOnly": "npm run test && npm run build",
"build": "webpack",
"watch": "webpack --watch",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tangshuang/hello-type.git"
},
"keywords": [
"type"
],
"author": "tangshuang",
"license": "MIT",
"bugs": {
"url": "https://github.com/tangshuang/hello-type/issues"
},
"homepage": "https://github.com/tangshuang/hello-type#readme",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"jest": "^23.5.0",
"webpack": "^4.16.5",
"webpack-cli": "^3.1.0"
}
}