forked from alexewerlof/cap-parallel
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 677 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 677 Bytes
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": "@luxcium/parallel-mapping",
"private": false,
"version": "3.0.1",
"description": "",
"main": "./src/index.js",
"types": "./typings/index.d.ts",
"scripts": {
"postinstall": "rimraf dist; tsc -b ./tsconfig.build.json",
"prepack": "./scripts/prepack.sh",
"test": "echo \"Error: no test specified\" && exit 0"
},
"keywords": [],
"author": "Benjamin Vincent (Luxcium)",
"license": "MIT",
"devDependencies": {
"@types/node": "^16.7.4",
"am": "^1.0.2",
"got": "^11.7.0",
"prettier": "^2.3.2",
"ts-node": "^10.2.1",
"rimraf": "^3.0.2",
"tslib": "^2.3.1",
"typescript": "~4.4.2"
},
"dependencies": {}
}