orionsoft-react-scripts
Version:
Orionsoft Configuration and scripts for Create React App.
35 lines (34 loc) • 617 B
JSON
{
"name": "resolve-from",
"version": "1.0.1",
"description": "Resolve the path of a module like require.resolve() but from a given path",
"license": "MIT",
"repository": "sindresorhus/resolve-from",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js"
],
"keywords": [
"require",
"resolve",
"path",
"module",
"from",
"like",
"path"
],
"devDependencies": {
"ava": "*",
"xo": "*"
}
}