Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "crawl-path", | ||
"version": "0.0.2", | ||
"main": "src/crawlPath", | ||
"version": "0.0.3", | ||
"main": "lib/crawlPath", | ||
"license": "MIT", | ||
"scripts": { | ||
"start": "node index.js", | ||
"dev": "nodemon --exec npm run babel-node --watch ./ -- src/index.js", | ||
"build": "rm lib/* ; babel ./src --out-dir lib", | ||
"build": "tsc; rm lib/* ; babel ./src --out-dir lib/", | ||
"test": "jest", | ||
@@ -10,0 +11,0 @@ "babel-node": "babel-node" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
156505
0