You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
513 B
JSON

{
"name": "@sakal/fsm",
"version": "0.0.9",
"author": "Brian Sakal <brian@sakal.us>",
"license": "MIT",
"main": "./dist/index.js",
"type": "module",
"types": "./dist/index.d.ts",
"exports": {
"import": "./dist/index.js"
},
"scripts": {
"build": "node build.mjs",
"build-types": "node tsc",
"build-tests": "esbuild --bundle --outdir=dist/tests src/tests/*.ts"
},
"devDependencies": {
"@types/node": "^20.1.4",
"esbuild": "^0.17.18",
"typescript": "^5.0.4"
}
}