Files
hotscript/package.json
2023-02-12 22:11:46 +01:00

25 lines
557 B
JSON

{
"name": "hotscript",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gvergnaud/PipeScript.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/gvergnaud/PipeScript/issues"
},
"homepage": "https://github.com/gvergnaud/PipeScript#readme",
"devDependencies": {
"@types/jest": "^29.4.0",
"jest": "^29.4.2",
"typescript": "^4.9.5"
}
}