-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
34 lines (34 loc) · 913 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
27
28
29
30
31
32
33
34
{
"name": "ecma-proposal-is-error",
"version": "0.0.0",
"description": "ECMAScript spec proposal for Error.isError",
"scripts": {
"prepublish": "npm run build && echo >&2 'no publishing' && exit 255",
"start": "npm run build-loose -- --watch",
"build": "npm run build-loose -- --strict",
"build-loose": "ecmarkup --load-biblio @tc39/ecma262-biblio --verbose spec.emu index.html --lint-spec"
},
"repository": {
"type": "git",
"url": "git https://github.com/tc39/proposal-is-error.git"
},
"keywords": [
"Error.isError",
"Error",
"TypeError",
"ES7",
"ECMAScript",
"ESNext",
"spec"
],
"author": "Jordan Harband <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/tc39/proposal-is-error/issues"
},
"homepage": "https://github.com/tc39/proposal-is-error#readme",
"devDependencies": {
"@tc39/ecma262-biblio": "^2.1.2806",
"ecmarkup": "^20.0.0"
}
}