-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 904 Bytes
/
package.json
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
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "pipipe",
"version": "1.0.0",
"description": "Create pipeline, execute them, modify them, copy them ...",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"test": "jest --colors",
"build": "rollup -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yoannchb-pro/pipipe.git"
},
"keywords": [
"pipe",
"pipeline",
"create",
"copy",
"modify",
"async",
"javascript",
"typescript"
],
"devDependencies": {
"@types/jest": "^29.4.0",
"@types/node": "^18.7.5",
"jest": "^29.3.1",
"rollup-plugin-ts": "^3.0.2",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1",
"typescript": "^4.7.4"
},
"author": "yoannchb",
"license": "MIT",
"bugs": {
"url": "https://github.com/yoannchb-pro/pipipe/issues"
},
"homepage": "https://github.com/yoannchb-pro/pipipe#readme"
}