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.

24 lines
573 B
JSON

{
"name": "async-spawner",
"version": "0.1.7",
"description": "Simple process spawning utility for node.js",
"main": "./lib/index.js",
"types": "./@types/index.d.ts",
"scripts": {
"build": "tsc",
"watch": "npm run build -- --watch",
"install": "npm run build",
"prepare": "npm run build"
},
"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"
}
}