-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 1003 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
{
"name": "coa-secure",
"version": "0.0.0",
"description": "secure component for coa",
"keywords": [
"coajs",
"coa",
"secure"
],
"license": "MIT",
"author": "Aex",
"homepage": "https://github.com/coajs/coa-secure",
"repository": {
"type": "git",
"url": "https://github.com/coajs/coa-secure.git"
},
"scripts": {
"dev": "tsc -w",
"build": "rm -rf dist && tsc && cp package.json dist",
"lint": "eslint .",
"prettier": "prettier -w .",
"sync": "curl -X PUT 'https://npm.taobao.org/sync/coa-secure?sync_upstream=true'"
},
"dependencies": {},
"devDependencies": {
"@types/node": "^15.6.2",
"@typescript-eslint/eslint-plugin": "^4.26.0",
"eslint": "^7.27.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-standard-with-typescript": "^20.0.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"prettier": "^2.3.0",
"typescript": "^4.3.2"
}
}