forked from doubco/wtf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 826 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
36
37
38
39
40
{
"name": "@doubco/wtf",
"version": "1.0.1",
"description": "Type checker for JS",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "rollup -c -w",
"build": "rollup -c",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/doubco/wtf"
},
"keywords": [
"is",
"js",
"object",
"array",
"string",
"number",
"date",
"validation",
"check",
"regex",
"undefined"
],
"devDependencies": {
"eslint": "^5.6.1",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-prettier": "^3.0.0",
"prettier": "^1.14.3",
"rollup-plugin-typescript2": "^0.30.0",
"typescript": "^4.4.4"
},
"author": "Doub.co",
"license": "MIT",
"dependencies": {}
}