cut-abstractions/package.json
2025-06-24 15:27:09 +08:00

31 lines
712 B
JSON

{
"name": "cut-abstractions",
"version": "0.1.3",
"description": "",
"files": ["dist/**/*"],
"main":"./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.js",
"exports": {
".": "./dist/index.js"
},
"scripts": {
"build": "tsc",
"release": "pnpm pack --pack-destination ./dist-packs",
"clean":"rimraf ./dist",
"test": "jest"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@9.1.1+sha1.09ada6cd05003e0ced25fb716f9fda4063ec2e3b",
"devDependencies": {
"@jest/globals": "^30.0.2",
"@swc/core": "^1.12.4",
"@swc/jest": "^0.2.38",
"jest": "^30.0.2",
"rimraf": "^6.0.1",
"typescript": "^5.8.3"
}
}