@typen/typ
Advanced tools
Comparing version 0.1.19 to 0.2.0
{ | ||
"name": "@typen/typ", | ||
"version": "0.1.19", | ||
"version": "0.2.0", | ||
"description": "A type cheker", | ||
"main": "./dist/index.cjs", | ||
"exports": { | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.cjs" | ||
}, | ||
"type": "module", | ||
"exports": "./dist/index.js", | ||
"files": [ | ||
"dist" | ||
], | ||
"engines": { | ||
"node": ">=22.0.0" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"scripts": { | ||
"pub": "npm publish", | ||
"test": "node -r @babel/register test/object.type.test.js" | ||
}, | ||
"repository": { | ||
@@ -35,3 +31,7 @@ "type": "git", | ||
"homepage": "https://github.com/hoyeungw/typen#readme", | ||
"gitHead": "d4586a566c0035a080b65e5e734b4cf098e241a7" | ||
} | ||
"gitHead": "b5bbf037ad98e42b9ab20ba9bca8406180a026b8", | ||
"scripts": { | ||
"pub": "npm publish", | ||
"test": "node -r @babel/register test/object.type.test.js" | ||
} | ||
} |
@@ -0,0 +0,0 @@ # @typen/typ |
Sorry, the diff of this file is not supported yet
Yes
3664
4
13