forked from tikivn/tini-types
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.2 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
{
"name": "@tiki.vn/tini-types",
"version": "0.3.1",
"description": "Type definitions for APIs of Tiki Tini App in Javascript and TypeScript",
"main": "./index.d.ts",
"types": "./index.d.ts",
"engines": {
"npm": "*"
},
"scripts": {
"test": "run-p test:tsd lint",
"watch": "node watch.js",
"test:tsd": "tsd",
"lint": "eslint --config .eslintrc.js ./**/*.ts",
"lint:fix": "eslint --config .eslintrc.js ./**/*.ts --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tikivn/tini-types.git"
},
"author": "Tiki Tini App <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/tikivn/tini-types/issues"
},
"keywords": [
"tiniapp",
"types"
],
"homepage": "https://github.com/tikivn/tini-types#readme",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.15.2",
"@typescript-eslint/parser": "^4.15.2",
"chokidar": "^3.5.3",
"eslint": "^7.20.0",
"npm-run-all": "^4.1.5",
"tsd": "^0.22.0",
"typescript": "4.1.5"
},
"tsd": {
"directory": "test"
},
"files": [
"LICENSE",
"CHANGELOG.md",
"README.md",
"index.d.ts",
"typings.json",
"types/"
]
}