-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
28 lines (28 loc) · 1005 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
{
"name": "ghostly",
"version": "0.0.0",
"private": true,
"homepage": "https://divine-software.github.io/ghostly/",
"bugs": "https://github.com/Divine-Software/ghostly/issues",
"repository": "https://github.com/Divine-Software/ghostly.git",
"license": "Apache-2.0",
"author": "Martin Blom <[email protected]>",
"devDependencies": {
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-node-resolve": "^13.0.6",
"@types/jest": "^27.0.3",
"@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.6.0",
"eslint": "^8.4.1",
"eslint-import-resolver-node": "~0.3.6",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jest": "^25.3.0",
"eslint-plugin-jsdoc": "^37.1.0",
"jest": "^27.4.3",
"jest-cli": "^27.4.3",
"playwright": "~1.17.1",
"rollup": "^2.79.2",
"rollup-plugin-sourcemaps": "~0.6.3",
"typescript": "~4.5.2"
}
}