75 lines
1.7 KiB
JSON
75 lines
1.7 KiB
JSON
{
|
|
"name": "cooptypes",
|
|
"type": "module",
|
|
"version": "0.0.5",
|
|
"packageManager": "pnpm@9.0.6",
|
|
"description": "_description_",
|
|
"author": "Alex Ant <dacom.dark.sun@gmail.com>",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/intellect-run/cooptypes.git"
|
|
},
|
|
"keywords": [],
|
|
"sideEffects": false,
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.mjs",
|
|
"require": "./dist/index.cjs"
|
|
}
|
|
},
|
|
"main": "./dist/index.mjs",
|
|
"module": "./dist/index.mjs",
|
|
"types": "./dist/index.d.ts",
|
|
"typesVersions": {
|
|
"*": {
|
|
"*": [
|
|
"./dist/*",
|
|
"./dist/index.d.ts"
|
|
]
|
|
}
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build": "unbuild",
|
|
"dev": "unbuild --stub",
|
|
"lint": "eslint .",
|
|
"prepublishOnly": "nr build",
|
|
"release": "bumpp && npm publish",
|
|
"start": "esno src/index.ts",
|
|
"test": "vitest",
|
|
"typecheck": "tsc --noEmit",
|
|
"prepare": "simple-git-hooks"
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/eslint-config": "^2.16.0",
|
|
"@antfu/ni": "^0.21.12",
|
|
"@antfu/utils": "^0.7.7",
|
|
"@types/node": "^20.12.7",
|
|
"better-docs": "^2.7.3",
|
|
"bumpp": "^9.4.0",
|
|
"eslint": "^9.1.1",
|
|
"esno": "^4.7.0",
|
|
"jsdoc": "^4.0.2",
|
|
"lint-staged": "^15.2.2",
|
|
"pnpm": "^9.0.6",
|
|
"rimraf": "^5.0.5",
|
|
"simple-git-hooks": "^2.11.1",
|
|
"typedoc": "^0.25.13",
|
|
"typedoc-plugin-inline-sources": "^1.0.2",
|
|
"typescript": "^5.4.5",
|
|
"unbuild": "^2.0.0",
|
|
"vite": "^5.2.10",
|
|
"vitest": "^1.5.2"
|
|
},
|
|
"simple-git-hooks": {
|
|
"pre-commit": "pnpm lint-staged"
|
|
},
|
|
"lint-staged": {
|
|
"*": "eslint --fix"
|
|
}
|
|
}
|