-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 823 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 823 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"private": true,
"name": "proposal-intl-era-monthcode",
"description": " To specify necessary details about era, eraYear and monthCode usage with Temporal for non-ISO calendars.",
"scripts": {
"start": "npm run build-loose -- --watch",
"build": "npm run build-loose -- --strict",
"build-loose": "ecmarkup --load-biblio @tc39/ecma262-biblio --load-biblio @tc39/ecma402-biblio --verbose spec.emu index.html --lint-spec",
"format": "emu-format --write spec.emu"
},
"homepage": "https://tc39.es/proposal-intl-era-monthcode/",
"repository": {
"type": "git",
"url": "git+https://github.com/tc39/proposal-intl-era-monthcode.git"
},
"license": "MIT",
"devDependencies": {
"@tc39/ecma262-biblio": "2.1.3023",
"@tc39/ecma402-biblio": "=2.1.1211",
"ecmarkup": "^23.0.2"
}
}