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.
23 lines
529 B
JSON
23 lines
529 B
JSON
{
|
|
"name": "async-spawner",
|
|
"version": "0.1.4",
|
|
"description": "Simple process spawning utility for node.js",
|
|
"main": "./lib/index.js",
|
|
"types": "./@types/index.d.ts",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"watch": "npm run build -- --watch"
|
|
},
|
|
"repository": "gitea@git.kuba-orlik.name:kuba/async-spawner.git",
|
|
"author": "Kuba Orlik",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@types/node": "^14.14.19",
|
|
"emittery": "^0.8.0"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^4.1.3"
|
|
}
|
|
}
|