orange-orm
Version:
Object Relational Mapper
38 lines (37 loc) • 898 B
JSON
{
"name": "@lroal/on-change",
"version": "4.0.2",
"description": "on-change that works with both commonjs and ecmascript",
"main": "./cjs/index.js",
"module": "./mjs/index.js",
"exports": {
"require": "./cjs/index.js",
"import": "./mjs/index.js"
},
"keywords": [
"on-change",
"proxy",
"change"
],
"scripts": {
"build": "rollup -c rollup.config.js"
},
"author": "Lars-Erik Roald <lars.roald@gmail.com>",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/lroal/on-change.git"
},
"dependencies": {
"on-change": "^4.0.1"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"rollup": "^2.52.7"
},
"bugs": {
"url": "https://github.com/lroal/on-change/issues"
},
"homepage": "https://github.com/lroal/on-change#readme"
}