20 lines
516 B
JSON
20 lines
516 B
JSON
{
|
|
"name": "enumerable-ts",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "src/index.ts",
|
|
"scripts": {
|
|
"build": "node build.js",
|
|
"test": "./test/index.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "Rowan <rowan@kitsu.cafe> (https://kitsu.cafe)",
|
|
"license": "GPL-3.0-or-later",
|
|
"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"
|
|
}
|
|
}
|