@kakasoo/deep-strict-types
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "@kakasoo/deep-strict-types", | ||
"version": "1.0.2", | ||
"description": "", | ||
"private": false, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"files": [ | ||
"./bin/src" | ||
], | ||
"main": "bin/src/index.js", | ||
"types": "bin/src/index.d.ts", | ||
"scripts": { | ||
"build": "rimraf dist && tsc", | ||
"build:test": "rimraf bin && tsc -p test/tsconfig.json --watch", | ||
"prepare": "ts-patch install && typia patch", | ||
"test": "node bin/test/index.js" | ||
}, | ||
"keywords": [], | ||
"author": "", | ||
"license": "ISC", | ||
"devDependencies": { | ||
"@types/node": "^22.10.2", | ||
"rimraf": "^6.0.1", | ||
"ts-patch": "^3.3.0", | ||
"typescript": "^5.7.2", | ||
"typia": "^7.5.1" | ||
} | ||
"name": "@kakasoo/deep-strict-types", | ||
"version": "1.0.3", | ||
"description": "", | ||
"private": false, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"files": [ | ||
"./bin/src" | ||
], | ||
"main": "bin/src/index.js", | ||
"types": "bin/src/index.d.ts", | ||
"scripts": { | ||
"build": "rimraf dist && tsc", | ||
"build:test": "rimraf bin && tsc -p test/tsconfig.json --watch", | ||
"prepare": "ts-patch install && typia patch", | ||
"test": "node bin/test/index.js", | ||
"prettier": "prettier src --write && prettier test --write" | ||
}, | ||
"keywords": [], | ||
"author": "", | ||
"license": "ISC", | ||
"devDependencies": { | ||
"@types/node": "^22.10.2", | ||
"prettier": "^3.4.2", | ||
"rimraf": "^6.0.1", | ||
"ts-patch": "^3.3.0", | ||
"typescript": "^5.7.2", | ||
"typia": "^7.5.1" | ||
} | ||
} |
4505
6