This repository has been archived by the owner on Jan 2, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.55 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": "@opennetwork/vnode",
"version": "27.1.0",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module",
"license": "MIT",
"scripts": {
"test": "jest",
"build": "rm -rf dist && tsc --declaration && npm run tslint && node correct-import-extensions.js",
"watch": "tsc -w",
"tslint": "tslint -c tslint.json -p tsconfig.json",
"prepublishOnly": "npm run build",
"documentation": "typedoc --out ./documentation ./src --excludePrivate --theme minimal --mode file --excludeNotExported"
},
"peerDependencies": {
"@opennetwork/progressive-merge": "^5.1.1",
"iterable": "^5.2.2",
"microtask-collector": "^3.1.0"
},
"dependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/opennetwork/vnode.git"
},
"devDependencies": {
"@babel/core": "^7.13.15",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-syntax-class-properties": "^7.12.13",
"@babel/preset-env": "^7.13.15",
"@babel/preset-react": "^7.13.13",
"@babel/preset-typescript": "^7.13.0",
"@opennetwork/progressive-merge": "^5.1.1",
"@opennetwork/vnode-test": "^1.0.3",
"@types/jest": "^26.0.22",
"@types/node": "^15",
"babel-jest": "^26.6.3",
"esm": "^3.2.25",
"filehound": "^1.17.3",
"htm": "^2.2.1",
"jest": "^26.6.3",
"jsdom": "^16.5.3",
"microtask-collector": "^3.1.0",
"ts-jest": "^26.5.5",
"ts-node": "^9.1.1",
"tslint": "^5.19.0",
"typedoc": "^0.15.0",
"typescript": "^4.2.3"
}
}