-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
26 lines (26 loc) · 922 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
{
"private": true,
"name": "proposal-iterator-sequencing",
"version": "1.0.0",
"description": "",
"main": "lib/index.js",
"scripts": {
"build": "tsc",
"spec": "ecmarkup --mark-effects --load-biblio @tc39/ecma262-biblio --load-biblio ./proposal-iterator-helpers-biblio.json --load-biblio ./proposal-joint-iteration-biblio.json --write-biblio biblio.json --lint-spec --strict spec.emu --assets-dir dist dist/index.html",
"test": "node --test test/index.mjs"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/tc39/proposal-iterator-sequencing.git"
},
"author": "Michael Ficarra",
"bugs": {
"url": "https://github.com/tc39/proposal-iterator-sequencing/issues"
},
"homepage": "https://github.com/tc39/proposal-iterator-sequencing#readme",
"devDependencies": {
"@tc39/ecma262-biblio": "2.1.2775",
"ecmarkup": "20.0.0",
"typescript": "5.2.2"
}
}