20 lines
454 B
JSON
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"
|
|
}
|
|
}
|