bump-ts
Version:
  
69 lines (68 loc) • 1.32 kB
JSON
{
"version": "0.6.3",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"keywords": [
"bump",
"bump.ts",
"bump-ts",
"collision detection",
"gamedev",
"arcade",
"collisions"
],
"files": [
"dist",
"src"
],
"engines": {
"node": ">=10"
},
"scripts": {
"start": "tsdx watch",
"build": "tsdx build",
"test": "tsdx test",
"lint": "tsdx lint",
"prepare": "tsdx build",
"size": "size-limit",
"analyze": "size-limit --why"
},
"peerDependencies": {},
"husky": {
"hooks": {
"pre-commit": "tsdx lint"
}
},
"prettier": {
"printWidth": 80,
"semi": true,
"singleQuote": true,
"trailingComma": "es5"
},
"name": "bump-ts",
"author": "Andrea Cappuccio <hood@null.net>",
"repository": {
"type": "git",
"url": "https://github.com/hood/bump.ts.git"
},
"module": "dist/bump-ts.esm.js",
"size-limit": [
{
"path": "dist/bump-ts.cjs.production.min.js",
"limit": "10 KB"
},
{
"path": "dist/bump-ts.esm.js",
"limit": "10 KB"
}
],
"devDependencies": {
"@size-limit/preset-small-lib": "^5.0.1",
"husky": "^7.0.1",
"size-limit": "^5.0.1",
"tsdx": "^0.14.1",
"tslib": "2.6.2",
"typescript": "5.3.3"
}
}