21 lines
532 B
JSON
21 lines
532 B
JSON
{
|
|
"name": "@sammo-ts/common",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"scripts": {
|
|
"build": "tsc -p tsconfig.json",
|
|
"dev": "node -e \"console.log('dev not configured')\"",
|
|
"lint": "node -e \"console.log('lint not configured')\"",
|
|
"test": "vitest run --config vitest.config.ts"
|
|
},
|
|
"dependencies": {
|
|
"js-sha512": "^0.9.0"
|
|
},
|
|
"devDependencies": {
|
|
"vitest": "^4.0.16"
|
|
}
|
|
}
|