-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 940 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
{
"name": "runtime-type-checker",
"version": "1.0.0",
"description": "Runtime type checker for any objects.",
"main": "index.js",
"scripts": {
"rollup": "rollup -c",
"test": "jest __test__"
},
"keywords": [],
"author": {
"name": "misakamaiyako",
"url": "https://github.com/misakamaiyako"
},
"license": "Mit",
"devDependencies": {
"@babel/cli": "^7.14.8",
"@babel/core": "^7.14.8",
"@babel/preset-env": "^7.14.8",
"babel-cli": "^6.26.0",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-es2015": "^6.24.1",
"babelrc-rollup": "^3.0.0",
"jest": "^27.0.6",
"rollup": "^2.55.1",
"rollup-plugin-babel": "^4.4.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"bugs": {
"url": "https://github.com/misakamaiyako/runtime-type-checker/issues"
},
"homepage": "https://github.com/misakamaiyako/runtime-type-checker#readme"
}