web-features
Version:
Curated list of Web platform features
33 lines (32 loc) • 753 B
JSON
{
"name": "web-features",
"description": "Curated list of Web platform features",
"version": "2.25.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/web-platform-dx/web-features.git"
},
"type": "module",
"main": "index.js",
"exports": {
".": "./index.js",
"./data.json": "./data.json",
"./data.schema.json": "./data.schema.json"
},
"types": "./index.d.ts",
"files": [
"index.d.ts",
"index.js",
"data.json",
"data.schema.json"
],
"scripts": {
"prepare": "tsc && rm types.js && tsup ./index.ts --dts-only --format=esm --out-dir=."
},
"devDependencies": {
"@types/node": "^18.19.76",
"tsup": "^8.4.0",
"typescript": "^5.7.3"
}
}