This repository has been archived on 2022-03-12. You can view files and clone it, but cannot push or open issues or pull requests.
reValuate/node_modules/ob1/package.json
2021-04-02 02:24:13 +03:00

20 lines
520 B
JSON

{
"name": "ob1",
"version": "0.59.0",
"description": "A small library for working with 0- and 1-based offsets in a type-checked way.",
"main": "src/ob1.js",
"repository": {
"type": "git",
"url": "git@github.com:facebook/metro.git"
},
"scripts": {
"prepare-release": "test -d build && rm -rf src.real && mv src src.real && mv build src",
"cleanup-release": "test ! -e build && mv src build && mv src.real src"
},
"keywords": [
"metro"
],
"license": "MIT",
"dependencies": {}
}