-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.01 KB
/
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
{
"name": "conveyorbelt",
"version": "0.1.0",
"author": "Philip Ahlberg <philipahlberg@users.noreply.github.com>",
"description": "An iterator utility library",
"license": "MIT",
"main": "dist/index.mjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"keywords": [],
"homepage": "https://github.com/philipahlberg/conveyorbelt#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/philipahlberg/conveyorbelt.git"
},
"bugs": {
"url": "https://github.com/philipahlberg/conveyorbelt/issues"
},
"scripts": {
"build": "rollup -c rollup.config.js",
"test": "windtunnel test tests/index.mjs"
},
"dependencies": {},
"devDependencies": {
"@rollup/plugin-node-resolve": "^8.4.0",
"@rollup/plugin-typescript": "^5.0.2",
"@types/node": "^14.0.27",
"@windtunnel/assert": "^0.4.0",
"@windtunnel/cli": "^0.4.0",
"rollup": "^2.23.0",
"tslib": "^2.0.0",
"typescript": "^3.9.7"
},
"peerDependencies": {},
"optionalDependencies": {}
}