forked from dschu012/d2s
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.23 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
{
"name": "@dschu012/d2s",
"version": "2.0.36",
"description": "",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc",
"test": "mocha -r ts-node/register tests/**/*.spec.ts --timeout 10000",
"web": "webpack",
"prepack": "npm run build",
"prepare": "npm run build && husky install",
"prepublish": "npm run build",
"preversion": "npm test",
"postversion": "git push && git push --tags",
"lint": "eslint \"*/**/*.{js,ts,tsx}\" --quiet --fix",
"eslint": "eslint"
},
"dependencies": {},
"devDependencies": {
"@types/chai": "^4.1.3",
"@types/mocha": "^5.2.7",
"@types/node": "^12.7.0",
"@types/request": "^2.48.2",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"chai": "^4.2.0",
"eslint": "^7.25.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"prettier": "^2.2.1",
"husky": "^6.0.0",
"mocha": "^8.3.2",
"request": "2.88.0",
"ts-loader": "^6.0.4",
"ts-node": "^8.3.0",
"typescript": "^3.9.9",
"webpack": "^4.39.1",
"webpack-cli": "^3.3.6"
},
"files": [
"lib"
],
"author": "dschu012",
"license": "GPL-3.0-or-later"
}