-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.29 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
{
"name": "@fibre/types",
"version": "0.0.21",
"description": "Types",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "rimraf dist&&tsc",
"test": "jest",
"coverage": "rimraf coverage&&jest --coverage",
"prepublishOnly": "npm run build&&npm run test",
"publish": "npm publish --scope=@fibre --access public",
"docs": "typedoc --options typedoc.json&©files favicon.ico docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fibre/Types.git"
},
"prettier": "@fibre/prettier-config",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/fibre/Types/issues"
},
"homepage": "https://github.com/fibre/Types#readme",
"files": [
"dist/**/*"
],
"devDependencies": {
"@fibre/prettier-config": "^1.0.0",
"@fibre/typedoc-themes": "^0.10.1",
"@types/chai": "^4.2.11",
"@types/mocha": "^7.0.2",
"chai": "^4.2.0",
"copyfiles": "^2.4.1",
"jest": "^26.6.3",
"mocha": "^7.1.1",
"nyc": "^15.0.1",
"rimraf": "^3.0.2",
"trash-cli": "^3.0.0",
"ts-jest": "^26.5.5",
"ts-node": "^8.8.2",
"tslint": "^6.1.3",
"typedoc": "^0.17.4",
"typemoq-continued": "^2.1.3",
"typescript": "^4.0.3"
},
"dependencies": {
"diff2html": "^3.4.0"
}
}