28 lines
643 B
JSON
28 lines
643 B
JSON
{
|
|
"name": "@transmute/common",
|
|
"version": "0.0.0",
|
|
"description": "Transmute dependencies",
|
|
"author": "ztimson",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"scripts": {
|
|
"build": "npx tsc",
|
|
"test": "npx jest --verbose",
|
|
"test:watch": "npx jest --watch",
|
|
"test:coverage": "npx jest --verbose --coverage",
|
|
"watch": "npm run build && npx tsc --watch"
|
|
},
|
|
"dependencies": { },
|
|
"devDependencies": {
|
|
"@types/jest": "^29.2.3",
|
|
"@types/node": "^18.15.3",
|
|
"jest": "^29.3.1",
|
|
"jest-junit": "^15.0.0",
|
|
"ts-jest": "^29.0.3",
|
|
"typescript": "^4.9.3"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
]
|
|
}
|