enumerable-ts/package.json
2025-05-01 15:56:35 -05:00

20 lines
454 B
JSON

{
"name": "enumerable-ts",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "node build.js",
"test": "./test/index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"devDependencies": {
"@apeleghq/esbuild-plugin-closure-compiler": "^1.0.8",
"esbuild": "^0.25.3",
"folktest": "git+https://git.kitsu.cafe/rowan/folktest.git",
"typescript": "^5.8.3"
}
}