-
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) · 785 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 785 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": "types-validate-assert",
"version": "1.0.1",
"description": "simple validate or assert javascript types",
"repository": {
"type" : "git",
"url" : "https://github.com/JeffWScott/types-validate-assert.git"
},
"main": "dist/index",
"scripts": {
"test": "gulp build && mocha",
"build": "gulp build"
},
"keywords": [
"types",
"validate",
"assert"
],
"author": "Jeff W Scott",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.8.4",
"expect.js": "^0.3.1",
"gulp": "^4.0.2",
"gulp-better-rollup": "^4.0.1",
"mocha": "^7.0.1",
"rollup": "^1.31.1",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0"
},
"dependencies": {}
}