mirror of
https://github.com/type-challenges/type-challenges.git
synced 2026-01-25 14:47:17 +00:00
26 lines
694 B
JSON
26 lines
694 B
JSON
{
|
|
"name": "type-challenges",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"repository": "https://github.com/antfu/type-challenges.git",
|
|
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"preinstall": "npx only-allow pnpm",
|
|
"utils:build": "pnpm -C utils build",
|
|
"utils:release": "pnpm -C utils release"
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/eslint-config-ts": "^0.2.14",
|
|
"eslint": "^7.5.0",
|
|
"rollup": "^2.22.2",
|
|
"rollup-plugin-dts": "^1.4.9",
|
|
"rollup-plugin-typescript2": "^0.27.1",
|
|
"typescript": "^3.9.7",
|
|
"@type-challenges/utils": "workspace:*"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "@antfu/eslint-config-ts"
|
|
}
|
|
}
|