You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
javascript-is-bad/package.json

17 lines
447 B
JSON

{
"name": "@norwin/javascript-is-bad",
"version": "1.0.1",
"description": "fixes and workarounds for some blatant mistakes in the JS standard-lib",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.nroo.de/noerw/javascript-is-bad"
},
"author": "Norwin Roosen <bugs@nroo.de>",
"license": "GPL-3.0"
}