-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 1.5 KB
/
package.json
File metadata and controls
27 lines (27 loc) · 1.5 KB
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
{
"name": "in2publish_core",
"version": "1.0.0",
"description": "[](https://packagist.org/packages/in2code/in2publish_core) [](https://travis-ci.org/in2code-de/in2publish_core) [](https://packagist.org/packages/in2code/in2publish_core) [](https://packagist.org/packages/in2code/in2publish_core) [](https://www.codacy.com/gh/in2code-de/in2publish_core/dashboard?utm_source=github.com&utm_medium=referral&utm_content=in2code-de/in2publish_core&utm_campaign=Badge_Grade)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/in2code-de/in2publish_core.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/in2code-de/in2publish_core/issues"
},
"homepage": "https://github.com/in2code-de/in2publish_core#readme",
"devDependencies": {
"@in2code/typo3-playwright": "file:./in2code-typo3-playwright-0.1.0.tgz",
"@playwright/test": "^1.58.2",
"@types/node": "^25.0.3",
"typescript": "^5.9.3"
}
}