-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 784 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 784 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
{
"private": true,
"name": "proposal-joint-iteration",
"version": "1.0.0",
"description": "",
"main": "lib/index.js",
"scripts": {
"build": "tsc",
"spec": "ecmarkup --mark-effects --load-biblio @tc39/ecma262-biblio --write-biblio biblio.json --lint-spec --strict spec.emu --assets-dir dist dist/index.html",
"test": "node --test"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/tc39/proposal-joint-iteration.git"
},
"author": "Michael Ficarra",
"bugs": {
"url": "https://github.com/tc39/proposal-joint-iteration/issues"
},
"homepage": "https://github.com/tc39/proposal-joint-iteration#readme",
"devDependencies": {
"@tc39/ecma262-biblio": "2.1.3014",
"ecmarkup": "22.0.0",
"typescript": "5.9.3"
}
}