-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
26 lines (26 loc) · 991 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": "range",
"description": "A repository for ECMAScript range proposal.",
"scripts": {
"start": "ecmarkup spec.emu index.html --load-biblio @tc39/ecma262-biblio --watch --lint-spec",
"build": "ecmarkup spec.emu index.html --load-biblio @tc39/ecma262-biblio --lint-spec --strict",
"test": "jest --coverage --coverage-provider=v8"
},
"homepage": "https://github.com/tc39/proposal-Number.range#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/tc39/proposal-Number.range.git"
},
"license": "MIT",
"devDependencies": {
"@tc39/ecma262-biblio": "2.1.2719",
"@types/jest": "^29.5.12",
"core-js": "^3.36.1",
"core-js-builder": "^3.36.1",
"ecmarkup": "^18.3.1",
"jest": "^29.7.0",
"prettier": "^3.2.5"
},
"packageManager": "pnpm@8.15.6+sha256.01c01eeb990e379b31ef19c03e9d06a14afa5250b82e81303f88721c99ff2e6f"
}