enumerable-ts/package.json
2025-04-30 21:41:23 -05:00

18 lines
438 B
JSON

{
"name": "enumerable-ts",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "esbuild src/index.ts --bundle --platform=node --format=esm --outfile=./dist/index.js",
"test": "./test/index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"devDependencies": {
"esbuild": "^0.25.3",
"folktest": "git+https://git.kitsu.cafe/rowan/folktest.git"
}
}