{ "name": "justact", "version": "1.0.0", "description": "", "main": "dist/cjs/index.js", "module": "dist/mjs/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc -p tsconfig.json && tsc -p tsconfig-cjs.json && node ./script/post-build" }, "keywords": [], "author": "", "license": "MIT", "exports": { ".": { "import": "./dist/mjs/index.js", "require": "./dist/cjs/index.js" } }, "dependencies": { }, "devDependencies": { "typescript": "^4.9.5" } }