-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 938 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
38
39
40
{
"name": "integration-ts",
"version": "1.0.0",
"description": "used to test npm publications",
"main": "index.js",
"homepage": "https://github.com/masala/xml",
"author": {
"name": "Nicolas Zozol",
"email": "[email protected]",
"url": "https://www.robusta.io"
},
"contributors": [],
"repository": {
"type": "git",
"url": "https://github.com/masala/xml"
},
"bugs": {
"url": "https://github.com/masala/xml/issues"
},
"dependencies": {
"@masala/parser": "^1.0.0",
"@masala/date": "0.0.6",
"@masala/x": "latest"
},
"devDependencies": {
"@babel/preset-typescript": "^7.12.1",
"@types/jest": "^26.0.15",
"eslint": "^4.18.2",
"jest": "^26.6.3",
"prettier": "^1.3.1",
"prettier-eslint-cli": "^3.4.3",
"ts-jest": "^26.4.3",
"typedoc": "^0.15.0",
"typescript": "^4.0.5"
},
"scripts": {
"test": "jest"
},
"license": "Public Domain"
}