mirror of
https://github.com/sinanyuntu/trade-message-center.git
synced 2026-09-17 13:22:11 +08:00
25 lines
643 B
JSON
25 lines
643 B
JSON
{
|
|
"name": "@trade-message-center/onetalk-contract",
|
|
"version": "0.8.27",
|
|
"private": true,
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"type": "module",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/src/index.d.ts",
|
|
"import": "./dist/src/index.js"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"build": "tsc -p tsconfig.json",
|
|
"typecheck": "tsc --noEmit -p tsconfig.json",
|
|
"test": "node --experimental-strip-types --test test/*.test.ts && pnpm run build && node --test dist/test/*.test.js"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.10.2",
|
|
"typescript": "^5.7.3"
|
|
}
|
|
}
|