@test-runner/web
Version:
28 lines (27 loc) • 682 B
JSON
{
"name": "obso",
"author": "Lloyd Brookes <75pound@gmail.com>",
"version": "0.7.0",
"repository": "https://github.com/75lb/obso",
"description": "Make an object observable.",
"main": "dist/index.js",
"module": "index.mjs",
"engines": {
"node": ">=14"
},
"devDependencies": {
"jsdoc-to-markdown": "^7.0.0",
"rollup": "^2.42.1",
"test-runner": "^0.8.14"
},
"scripts": {
"test": "npm run dist && test-runner test.mjs",
"dist": "rollup -f umd -n Emitter -o dist/index.js index.mjs",
"docs": "jsdoc2md -c jsdoc.conf -t README.hbs index.mjs > README.md"
},
"license": "MIT",
"files": [
"index.mjs",
"dist/index.js"
]
}