UNPKG

projen

Version:

CDK for software projects

42 lines (41 loc) 1.09 kB
{ "name": "@oozcitak/infra", "version": "2.0.2", "keywords": [ "infra", "whatwg" ], "homepage": "http://github.com/oozcitak/infra", "description": "An implementation of the Infra Living Standard", "author": "Ozgur Ozcitak <oozcitak@gmail.com>", "contributors": [], "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/oozcitak/infra.git" }, "bugs": { "url": "http://github.com/oozcitak/infra/issues" }, "main": "./lib/index", "types": "lib/index.d.ts", "engines": { "node": ">=20.0" }, "files": [ "lib/**/*" ], "dependencies": { "@oozcitak/util": "^10.0.0" }, "devDependencies": { "@types/node": "^24.7.0", "tsx": "^4.20.6", "typescript": "^5.9.3" }, "scripts": { "test": "tsc && tsx --test --experimental-test-coverage test/*test.ts", "cover": "tsc && tsx --test --experimental-test-coverage --test-reporter=lcov --test-reporter-destination=./coverage/lcov.info test/*test.ts", "publish-public": "tsc && npm run cover && npm publish --access public" } }