You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
499 B
JSON
22 lines
499 B
JSON
{
|
|
"name": "zlgaszansko2",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "lib/index.js",
|
|
"scripts": {
|
|
"watch": "npm run build -- --watch",
|
|
"build": "tsc"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"abortable-promise": "git+https://git.kuba-orlik.name/kuba/abortable-promises.git#4a316bb",
|
|
"async-spawner": "git+https://git.kuba-orlik.name/kuba/async-spawner.git#cdbb47d",
|
|
"emittery": "^0.8.1",
|
|
"tempy": "^1.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^4.2.3"
|
|
}
|
|
}
|